Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1625 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()
1730 ID.AddBoolean(isO); in getConstant()
1738 N = newSDNode<ConstantSDNode>(isT, isO, Elt, VTs); in getConstant()