Searched refs:WantInteger (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 659 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl() 668 computeValueKnownInPredecessorsImpl(Op0, BB, LHSVals, WantInteger, in computeValueKnownInPredecessorsImpl() 670 computeValueKnownInPredecessorsImpl(Op1, BB, RHSVals, WantInteger, in computeValueKnownInPredecessorsImpl() 707 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 720 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl() 725 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl() 733 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl() 743 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl() 784 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl() 803 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 60 enum ConstantPreference { WantInteger, WantBlockAddress }; enumerator
|