Searched refs:isTrunc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1841 ISD::MemIndexedMode AM, bool isTrunc, EVT MemVT, 1844 SubclassData |= (unsigned short)isTrunc; 1845 assert(isTruncatingStore() == isTrunc && "isTrunc encoding error!"); 1912 bool isTrunc, EVT MemVT, MachineMemOperand *MMO) 1914 SubclassData |= (unsigned short)isTrunc;
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1632 ISD::MemIndexedMode AM, bool isTrunc, EVT MemVT, 1636 SubclassData |= (unsigned short)isTrunc; 1637 assert(isTruncatingStore() == isTrunc && "isTrunc encoding error!");
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 4216 const bool isTrunc = (Node->getOpcode() == ISD::FCOPYSIGN); in PromoteNode() local 4218 Tmp3, DAG.getIntPtrConstant(isTrunc, dl))); in PromoteNode()
|
D | SelectionDAG.cpp | 5363 bool isTrunc) { in getMaskedStore() argument 5381 isTrunc, MemVT, MMO); in getMaskedStore()
|