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

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

Completed in 47 milliseconds