Searched refs:computeOverflowForUnsignedAdd (Results 1 – 5 of 5) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 224 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS,
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombine.h | 393 OverflowResult computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function 395 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, AC, CxtI, DT); in computeOverflowForUnsignedAdd()
|
H A D | InstCombineAddSub.cpp | 1315 computeOverflowForUnsignedAdd(LHS, RHS, &I) == in visitAdd()
|
H A D | InstCombineCalls.cpp | 355 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, II); in visitCallInst()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 2733 OverflowResult llvm::computeOverflowForUnsignedAdd(Value *LHS, Value *RHS, in computeOverflowForUnsignedAdd() function in llvm
|