Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp1841 bool TruncateStore = false; in PromoteIntOp_MSTORE() local
1851 TruncateStore = true; in PromoteIntOp_MSTORE()
1857 TruncateStore, N->isCompressingStore()); in PromoteIntOp_MSTORE()
1907 bool TruncateStore = N->isTruncatingStore(); in PromoteIntOp_MSCATTER() local
1925 TruncateStore = true; in PromoteIntOp_MSCATTER()
1930 N->getIndexType(), TruncateStore); in PromoteIntOp_MSCATTER()