Searched refs:isT (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 1662 bool isT, bool isO) { in getConstant() argument 1664 DL, VT, isT, isO); in getConstant() 1668 bool isT, bool isO) { in getConstant() argument 1669 return getConstant(*ConstantInt::get(*Context, Val), DL, VT, isT, isO); in getConstant() 1673 EVT VT, bool isT, bool isO) { in getConstant() argument 1722 ViaEltVT, isT, isO)); in getConstant() 1739 ViaEltVT, isT, isO)); in getConstant() 1764 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant() 1777 N = newSDNode<ConstantSDNode>(isT, isO, Elt, VTs); in getConstant() 1790 bool isT, bool isO) { in getSignedConstant() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 779 int Offs = 0, bool isT = false, 788 int Offs = 0, bool isT = false,
|