Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h502 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd()
711 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function
714 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedAdd()
H A DInstCombineCalls.cpp2060 OR = computeOverflowForUnsignedAdd(Arg0, Arg1, II); in visitCallInst()
H A DInstCombineCompares.cpp3841 OverflowResult OR = computeOverflowForUnsignedAdd(LHS, RHS, &OrigI); in OptimizeOverflowCheck()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h430 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp4019 OverflowResult llvm::computeOverflowForUnsignedAdd( in computeOverflowForUnsignedAdd() function in llvm