Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h552 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1732 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5154 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()