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 317 enum class OverflowResult { AlwaysOverflows, MayOverflow, NeverOverflows };
318 OverflowResult computeOverflowForUnsignedMul(Value *LHS, Value *RHS,
323 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
328 OverflowResult computeOverflowForSignedAdd(Value *LHS, Value *RHS,
334 OverflowResult computeOverflowForSignedAdd(AddOperator *Add,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 61 milliseconds