Searched refs:computeOverflowForUnsignedAdd (Results 1 - 5 of 5) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 226 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 494 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, function in class:llvm::InstCombiner 496 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT);
|
H A D | InstCombineAddSub.cpp | 1318 computeOverflowForUnsignedAdd(LHS, RHS, &I) ==
|
H A D | InstCombineCompares.cpp | 2132 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI);
|
/external/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 2998 OverflowResult llvm::computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, function in class:llvm
|
Completed in 228 milliseconds