Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h493 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function
496 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedAdd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h263 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd()
500 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function
503 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedAdd()
H A DInstCombineCompares.cpp4649 return computeOverflowForUnsignedAdd(LHS, RHS, CxtI); in computeOverflow()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h511 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4757 OverflowResult llvm::computeOverflowForUnsignedAdd( in computeOverflowForUnsignedAdd() function in llvm