Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h551 uint16_t IsTruncating : 1;
2112 StoreSDNodeBits.IsTruncating = isTrunc;
2121 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
2123 StoreSDNodeBits.IsTruncating = Truncating;
2198 StoreSDNodeBits.IsTruncating = isTrunc;
2205 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
H A DSelectionDAG.h1096 MachineMemOperand *MMO, bool IsTruncating = false,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6901 bool IsTruncating, bool IsCompressing) { in getMaskedStore() argument
6911 dl.getIROrder(), VTs, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore()
6919 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()