Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h494 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function
496 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT); in computeOverflowForUnsignedAdd()
DInstCombineAddSub.cpp1306 computeOverflowForUnsignedAdd(LHS, RHS, &I) == in visitAdd()
DInstCombineCompares.cpp2241 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
/external/llvm/include/llvm/Analysis/
DValueTracking.h323 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
/external/llvm/lib/Analysis/
DValueTracking.cpp3590 OverflowResult llvm::computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function in llvm