Searched refs:WantInteger (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 56 WantInteger, enumerator 383 assert(Preference == WantInteger && "One-bit non-integer type?"); in ComputeValueKnownInPredecessors() 389 WantInteger); in ComputeValueKnownInPredecessors() 391 WantInteger); in ComputeValueKnownInPredecessors() 432 WantInteger); in ComputeValueKnownInPredecessors() 450 WantInteger); in ComputeValueKnownInPredecessors() 457 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() 467 assert(Preference == WantInteger && "Compares only produce integers"); in ComputeValueKnownInPredecessors() 490 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessors() 527 WantInteger); in ComputeValueKnownInPredecessors() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 467 assert(Preference == WantInteger && "One-bit non-integer type?"); in ComputeValueKnownInPredecessors() 473 WantInteger, CxtI); in ComputeValueKnownInPredecessors() 475 WantInteger, CxtI); in ComputeValueKnownInPredecessors() 511 WantInteger, CxtI); in ComputeValueKnownInPredecessors() 529 WantInteger, CxtI); in ComputeValueKnownInPredecessors() 536 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() 546 assert(Preference == WantInteger && "Compares only produce integers"); in ComputeValueKnownInPredecessors() 571 if (Constant *KC = getKnownConstant(Res, WantInteger)) in ComputeValueKnownInPredecessors() 606 WantInteger, CxtI); in ComputeValueKnownInPredecessors() 612 if (Constant *KC = getKnownConstant(Folded, WantInteger)) in ComputeValueKnownInPredecessors() [all …]
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | JumpThreading.h | 40 enum ConstantPreference { WantInteger, WantBlockAddress }; enumerator
|