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.cpp1662 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()
1769 ID.AddBoolean(isO); in getConstant()
1777 N = newSDNode<ConstantSDNode>(isT, isO, Elt, VTs); in getConstant()
1790 bool isT, bool isO) { in getSignedConstant() argument
[all …]