Searched refs:WantInteger (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 738 assert(Preference == WantInteger && "One-bit non-integer type?"); in computeValueKnownInPredecessorsImpl() 746 computeValueKnownInPredecessorsImpl(Op0, BB, LHSVals, WantInteger, in computeValueKnownInPredecessorsImpl() 748 computeValueKnownInPredecessorsImpl(Op1, BB, RHSVals, WantInteger, in computeValueKnownInPredecessorsImpl() 785 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 810 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl() 820 assert(Preference == WantInteger && "Compares only produce integers"); in computeValueKnownInPredecessorsImpl() 862 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl() 942 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl() 1052 ConstantPreference Preference = WantInteger; in processBlock() 1879 WantInteger, BO)) { in processBranchOnXOR() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 60 enum ConstantPreference { WantInteger, WantBlockAddress }; enumerator
|