Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp656 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
665 computeValueKnownInPredecessorsImpl(Op0, BB, LHSVals, WantInteger, in computeValueKnownInPredecessorsImpl()
667 computeValueKnownInPredecessorsImpl(Op1, BB, RHSVals, WantInteger, in computeValueKnownInPredecessorsImpl()
704 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl()
717 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
722 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl()
730 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
740 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
781 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl()
800 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h61 enum ConstantPreference { WantInteger, WantBlockAddress }; enumerator