Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h224 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h393 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function
395 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT); in computeOverflowForUnsignedAdd()
H A DInstCombineAddSub.cpp1315 computeOverflowForUnsignedAdd(LHS, RHS, &I) == in visitAdd()
H A DInstCombineCalls.cpp355 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, II); in visitCallInst()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp2733 OverflowResult llvm::computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function in llvm