Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp739 assert(Preference == WantInteger && "One-bit non-integer type?"); in computeValueKnownInPredecessorsImpl()
747 computeValueKnownInPredecessorsImpl(Op0, BB, LHSVals, WantInteger, in computeValueKnownInPredecessorsImpl()
749 computeValueKnownInPredecessorsImpl(Op1, BB, RHSVals, WantInteger, in computeValueKnownInPredecessorsImpl()
786 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl()
804 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl()
811 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
821 assert(Preference == WantInteger && "Compares only produce integers"); in computeValueKnownInPredecessorsImpl()
863 if (Constant *KC = getKnownConstant(Res, WantInteger)) in computeValueKnownInPredecessorsImpl()
938 WantInteger, RecursionSet, CxtI); in computeValueKnownInPredecessorsImpl()
943 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in computeValueKnownInPredecessorsImpl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h60 enum ConstantPreference { WantInteger, WantBlockAddress }; enumerator