Searched refs:IsTrunc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 2666 ISD::MemIndexedMode AM, bool IsTrunc, bool IsCompressing, 2670 StoreSDNodeBits.IsTruncating = IsTrunc; 2958 ISD::MemIndexType IndexType, bool IsTrunc) 2961 StoreSDNodeBits.IsTruncating = IsTrunc;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 9770 bool IsTrunc) { in getMaskedScatter() argument 9777 dl.getIROrder(), VTs, MemVT, MMO, IndexType, IsTrunc)); in getMaskedScatter() 9787 VTs, MemVT, MMO, IndexType, IsTrunc); in getMaskedScatter()
|