HomeSort by relevance Sort by last modified time
    Searched defs:OverflowResult (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ValueTracking.h 220 enum class OverflowResult { AlwaysOverflows, MayOverflow, NeverOverflows };
221 OverflowResult computeOverflowForUnsignedMul(Value *LHS, Value *RHS,
226 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 479 Constant *OverflowResult = nullptr;
481 *II, OperationResult, OverflowResult))
482 return CreateOverflowTuple(II, OperationResult, OverflowResult);
    [all...]

Completed in 260 milliseconds