Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h514 return computeOverflowForSignedSub(LHS, RHS, &CxtI) == in willNotOverflowSignedSub()
729 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS, in computeOverflowForSignedSub() function
731 return llvm::computeOverflowForSignedSub(LHS, RHS, DL, &AC, CxtI, &DT); in computeOverflowForSignedSub()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueTracking.h453 OverflowResult computeOverflowForSignedSub(const Value *LHS, const Value *RHS,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp4168 OverflowResult llvm::computeOverflowForSignedSub(const Value *LHS, in computeOverflowForSignedSub() function in llvm