Searched refs:isO (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1091 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT, bool isO) { in getConstant() argument 1096 return getConstant(APInt(EltVT.getSizeInBits(), Val), VT, isT, isO); in getConstant() 1099 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT, bool isO) in getConstant() argument 1101 return getConstant(*ConstantInt::get(*Context, Val), VT, isT, isO); in getConstant() 1105 bool isO) { in getConstant() argument 1145 ViaEltVT, isT, isO)); in getConstant() 1176 ID.AddBoolean(isO); in getConstant() 1184 N = new (NodeAllocator) ConstantSDNode(isT, isO, Elt, EltVT); in getConstant()
|