Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6602 bool IsTruncatingStore = false; in lowerMaskedScatter() local
6611 IsTruncatingStore = false; in lowerMaskedScatter()
6618 IsTruncatingStore = MSN->isTruncatingStore(); in lowerMaskedScatter()
6630 assert(!IsTruncatingStore && "Unexpected truncating MSCATTER/VP_SCATTER"); in lowerMaskedScatter()
6631 (void)IsTruncatingStore; in lowerMaskedScatter()