Home
last modified time | relevance | path

Searched refs:computeOverflowForUnsignedAdd (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h499 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function
502 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedAdd()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h262 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd()
508 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function
511 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedAdd()
H A DInstCombineCompares.cpp5017 return computeOverflowForUnsignedAdd(LHS, RHS, CxtI); in computeOverflow()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h532 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp4900 OverflowResult llvm::computeOverflowForUnsignedAdd( in computeOverflowForUnsignedAdd() function in llvm