Searched refs:WantInteger (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 662 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 D | JumpThreading.h | 59 enum ConstantPreference { WantInteger, WantBlockAddress }; enumerator
|