Searched refs:computeOverflowForSignedAdd (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 328 OverflowResult computeOverflowForSignedAdd(Value *LHS, Value *RHS, 334 OverflowResult computeOverflowForSignedAdd(AddOperator *Add,
|
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 382 computeOverflowForSignedAdd(AO, *DL, AC, GEP, DT) != in tryReassociateGEPAtIndex()
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3619 static OverflowResult computeOverflowForSignedAdd( in computeOverflowForSignedAdd() function 3663 OverflowResult llvm::computeOverflowForSignedAdd(AddOperator *Add, in computeOverflowForSignedAdd() function in llvm 3668 return ::computeOverflowForSignedAdd(Add->getOperand(0), Add->getOperand(1), in computeOverflowForSignedAdd() 3672 OverflowResult llvm::computeOverflowForSignedAdd(Value *LHS, Value *RHS, in computeOverflowForSignedAdd() function in llvm 3677 return ::computeOverflowForSignedAdd(LHS, RHS, nullptr, DL, AC, CxtI, DT); in computeOverflowForSignedAdd()
|