Home
last modified time | relevance | path

Searched refs:IsTruncatingStore (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7459 bool IsTruncatingStore = false; in lowerMaskedScatter() local
7468 IsTruncatingStore = false; in lowerMaskedScatter()
7475 IsTruncatingStore = MSN->isTruncatingStore(); in lowerMaskedScatter()
7487 assert(!IsTruncatingStore && "Unexpected truncating MSCATTER/VP_SCATTER"); in lowerMaskedScatter()
7488 (void)IsTruncatingStore; in lowerMaskedScatter()