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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 494 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
496 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT);
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]

Completed in 64 milliseconds