Searched refs:computeOverflowForSignedAdd (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/ |
H A D | InstCombiner.h | 509 OverflowResult computeOverflowForSignedAdd(const Value *LHS, const Value *RHS, in computeOverflowForSignedAdd() function 511 return llvm::computeOverflowForSignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedAdd()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 529 OverflowResult computeOverflowForSignedAdd(const Value *LHS, const Value *RHS, 535 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 376 computeOverflowForSignedAdd(AO, *DL, AC, GEP, DT) != in tryReassociateGEPAtIndex()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineInternal.h | 258 return computeOverflowForSignedAdd(LHS, RHS, &CxtI) == in willNotOverflowSignedAdd()
|
H A D | InstCombineCompares.cpp | 5014 return computeOverflowForSignedAdd(LHS, RHS, CxtI); in computeOverflow()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 5023 static OverflowResult computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd() function 5595 OverflowResult llvm::computeOverflowForSignedAdd(const AddOperator *Add, in computeOverflowForSignedAdd() function in llvm 5600 return ::computeOverflowForSignedAdd(Add->getOperand(0), Add->getOperand(1), in computeOverflowForSignedAdd() 5604 OverflowResult llvm::computeOverflowForSignedAdd(const Value *LHS, in computeOverflowForSignedAdd() function in llvm 5610 return ::computeOverflowForSignedAdd(LHS, RHS, nullptr, DL, AC, CxtI, DT); in computeOverflowForSignedAdd()
|