Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h503 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, in computeOverflowForUnsignedAdd() function
506 return llvm::computeOverflowForUnsignedAdd(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedAdd()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h523 OverflowResult computeOverflowForUnsignedAdd(const Value *LHS, const Value *RHS,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h264 return computeOverflowForUnsignedAdd(LHS, RHS, &CxtI) == in willNotOverflowUnsignedAdd()
H A DInstCombineCompares.cpp5016 return computeOverflowForUnsignedAdd(LHS, RHS, CxtI); in computeOverflow()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5010 OverflowResult llvm::computeOverflowForUnsignedAdd( in computeOverflowForUnsignedAdd() function in llvm