Home
last modified time | relevance | path

Searched refs:computeOverflowForSignedAdd (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h509 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 DValueTracking.h529 OverflowResult computeOverflowForSignedAdd(const Value *LHS, const Value *RHS,
535 OverflowResult computeOverflowForSignedAdd(const AddOperator *Add,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp376 computeOverflowForSignedAdd(AO, *DL, AC, GEP, DT) != in tryReassociateGEPAtIndex()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h258 return computeOverflowForSignedAdd(LHS, RHS, &CxtI) == in willNotOverflowSignedAdd()
H A DInstCombineCompares.cpp5014 return computeOverflowForSignedAdd(LHS, RHS, CxtI); in computeOverflow()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5023 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()