Searched refs:IsTruncating (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 551 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 D | SelectionDAG.h | 1096 MachineMemOperand *MMO, bool IsTruncating = false,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 6901 bool IsTruncating, bool IsCompressing) { in getMaskedStore() argument 6911 dl.getIROrder(), VTs, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore() 6919 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
|