Searched refs:WantInteger (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 672 assert(Preference == WantInteger && "One-bit non-integer type?"); in ComputeValueKnownInPredecessorsImpl() 680 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl() 682 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl() 718 WantInteger, RecursionSet, CxtI); in ComputeValueKnownInPredecessorsImpl() 743 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessorsImpl() 753 assert(Preference == WantInteger && "Compares only produce integers"); in ComputeValueKnownInPredecessorsImpl() 799 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessorsImpl() 887 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessorsImpl() 1041 ConstantPreference Preference = WantInteger; in ProcessBlock() 1816 WantInteger, BO)) { in ProcessBranchOnXOR() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 59 enum ConstantPreference { WantInteger, WantBlockAddress }; enumerator
|