Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp750 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
759 computeValueKnownInPredecessorsImpl(Op0, BB, LHSVals, WantInteger, in computeValueKnownInPredecessorsImpl()
761 computeValueKnownInPredecessorsImpl(Op1, BB, RHSVals, WantInteger, in computeValueKnownInPredecessorsImpl()
798 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl()
811 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
817 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl()
825 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
835 if (Preference != WantInteger) in computeValueKnownInPredecessorsImpl()
878 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl()
953 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h58 enum ConstantPreference { WantInteger, WantBlockAddress }; enumerator