Searched defs:OverflowResult (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 220 enum class OverflowResult { AlwaysOverflows, MayOverflow, NeverOverflows }; class in namespace:llvm 221 OverflowResult computeOverflowForUnsignedMul(Value *LHS, Value *RHS, 226 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 479 Constant *OverflowResult = nullptr; local 481 *II, OperationResult, OverflowResult)) 482 return CreateOverflowTuple(II, OperationResult, OverflowResult);
|
Completed in 127 milliseconds