Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h520 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
522 return llvm::computeOverflowForSignedSub(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedSub()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h545 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h276 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
H A DInstCombineCompares.cpp5019 return computeOverflowForSignedSub(LHS, RHS, CxtI); in computeOverflow()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5125 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm