Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h500 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function
502 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT); in computeOverflowForUnsignedAdd()
DInstCombineAddSub.cpp1286 computeOverflowForUnsignedAdd(LHS, RHS, &I) == in visitAdd()
DInstCombineCompares.cpp2599 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
/external/llvm/include/llvm/Analysis/
DValueTracking.h328 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
/external/llvm/lib/Analysis/
DValueTracking.cpp3325 OverflowResult llvm::computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function in llvm