Searched defs:OverflowResult (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DValueTracking.h220 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 DInstCombineCalls.cpp479 Constant *OverflowResult = nullptr; local
481 *II, OperationResult, OverflowResult))
482 return CreateOverflowTuple(II, OperationResult, OverflowResult);

Completed in 343 milliseconds