Searched refs:computeOverflowForUnsignedAdd (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 500 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function 502 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT); in computeOverflowForUnsignedAdd()
|
D | InstCombineAddSub.cpp | 1286 computeOverflowForUnsignedAdd(LHS, RHS, &I) == in visitAdd()
|
D | InstCombineCompares.cpp | 2599 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
|
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 328 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3325 OverflowResult llvm::computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function in llvm
|