Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp662 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
671 computeValueKnownInPredecessorsImpl(Op0, BB, LHSVals, WantInteger, in computeValueKnownInPredecessorsImpl()
673 computeValueKnownInPredecessorsImpl(Op1, BB, RHSVals, WantInteger, in computeValueKnownInPredecessorsImpl()
723 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
736 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
746 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
792 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl()
872 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
982 ConstantPreference Preference = WantInteger; in processBlock()
1804 WantInteger, BO)) { in processBranchOnXOR()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h59 enum ConstantPreference { WantInteger, WantBlockAddress }; enumerator