Searched refs:computeOverflowForUnsignedAdd (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 502 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd() 711 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function 714 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedAdd()
|
| H A D | InstCombineCalls.cpp | 2060 OR = computeOverflowForUnsignedAdd(Arg0, Arg1, II); in visitCallInst()
|
| H A D | InstCombineCompares.cpp | 3841 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 430 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 4019 OverflowResult llvm::computeOverflowForUnsignedAdd( in computeOverflowForUnsignedAdd() function in llvm
|