Searched refs:isT (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 750 bool isT = false, unsigned TargetFlags = 0); 758 bool isT = false, unsigned TargetFlags = 0);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1625 bool isT, bool isO) { in getConstant() argument 1630 return getConstant(APInt(EltVT.getSizeInBits(), Val), DL, VT, isT, isO); in getConstant() 1634 bool isT, bool isO) { in getConstant() argument 1635 return getConstant(*ConstantInt::get(*Context, Val), DL, VT, isT, isO); in getConstant() 1639 EVT VT, bool isT, bool isO) { in getConstant() argument 1683 ViaEltVT, isT, isO)); in getConstant() 1700 ViaEltVT, isT, isO)); in getConstant() 1725 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant() 1738 N = newSDNode<ConstantSDNode>(isT, isO, Elt, VTs); in getConstant()
|