Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp727 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
736 computeValueKnownInPredecessorsImpl(Op0, BB, LHSVals, WantInteger, in computeValueKnownInPredecessorsImpl()
738 computeValueKnownInPredecessorsImpl(Op1, BB, RHSVals, WantInteger, in computeValueKnownInPredecessorsImpl()
788 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
802 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
812 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
855 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl()
935 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
1045 ConstantPreference Preference = WantInteger; in processBlock()
1862 WantInteger, BO)) { in processBranchOnXOR()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h58 enum ConstantPreference { WantInteger, WantBlockAddress }; enumerator