Searched refs:computeOverflowForUnsignedAdd (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DValueTracking.h226 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h494 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, function in class:llvm::InstCombiner
496 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT);
H A DInstCombineAddSub.cpp1318 computeOverflowForUnsignedAdd(LHS, RHS, &I) ==
H A DInstCombineCompares.cpp2132 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI);
/external/llvm/lib/Analysis/
H A DValueTracking.cpp2998 OverflowResult llvm::computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, function in class:llvm

Completed in 228 milliseconds