Searched refs:IsTruncating (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 544 uint16_t IsTruncating : 1; 2286 StoreSDNodeBits.IsTruncating = isTrunc; 2295 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; } 2297 StoreSDNodeBits.IsTruncating = Truncating; 2389 StoreSDNodeBits.IsTruncating = isTrunc; 2396 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; } 2496 StoreSDNodeBits.IsTruncating = IsTrunc; 2502 bool isTruncatingStore() const { return StoreSDNodeBits.IsTruncating; }
|
| H A D | SelectionDAG.h | 1312 bool IsTruncating = false, bool IsCompressing = false); 1322 bool IsTruncating = false);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 7585 ISD::MemIndexedMode AM, bool IsTruncating, in getMaskedStore() argument 7599 dl.getIROrder(), VTs, AM, IsTruncating, IsCompressing, MemVT, MMO)); in getMaskedStore() 7608 IsTruncating, IsCompressing, MemVT, MMO); in getMaskedStore()
|