Home
last modified time | relevance | path

Searched refs:isT (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h476 unsigned Align = 0, int Offs = 0, bool isT=false,
484 unsigned Align = 0, int Offs = 0, bool isT=false,
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1075 SDValue SelectionDAG::getConstant(uint64_t Val, EVT VT, bool isT, bool isO) { in getConstant() argument
1080 return getConstant(APInt(EltVT.getSizeInBits(), Val), VT, isT, isO); in getConstant()
1083 SDValue SelectionDAG::getConstant(const APInt &Val, EVT VT, bool isT, bool isO) in getConstant() argument
1085 return getConstant(*ConstantInt::get(*Context, Val), VT, isT, isO); in getConstant()
1088 SDValue SelectionDAG::getConstant(const ConstantInt &Val, EVT VT, bool isT, in getConstant() argument
1129 ViaEltVT, isT, isO)); in getConstant()
1156 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
1168 N = new (NodeAllocator) ConstantSDNode(isT, isO, Elt, EltVT); in getConstant()