Searched refs:isO (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1106 bool isO) { in getConstant() argument 1111 return getConstant(APInt(EltVT.getSizeInBits(), Val), DL, VT, isT, isO); in getConstant() 1115 bool isO) in getConstant() argument 1117 return getConstant(*ConstantInt::get(*Context, Val), DL, VT, isT, isO); in getConstant() 1121 bool isT, bool isO) { in getConstant() argument 1161 ViaEltVT, isT, isO)); in getConstant() 1192 ID.AddBoolean(isO); in getConstant() 1200 N = new (NodeAllocator) ConstantSDNode(isT, isO, Elt, DL.getDebugLoc(), in getConstant()
|