Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h511 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1634 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4872 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()