Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h514 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function
517 return llvm::computeOverflowForUnsignedSub(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForUnsignedSub()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h540 OverflowResult computeOverflowForUnsignedSub(const Value *LHS, const Value *RHS,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h282 return computeOverflowForUnsignedSub(LHS, RHS, &CxtI) == in willNotOverflowUnsignedSub()
H A DInstCombineCompares.cpp5021 return computeOverflowForUnsignedSub(LHS, RHS, CxtI); in computeOverflow()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5086 OverflowResult llvm::computeOverflowForUnsignedSub(const Value *LHS, in computeOverflowForUnsignedSub() function in llvm