Searched refs:signedSubMayOverflow (Results 1 – 10 of 10) sorted by relevance
481 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
552 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
563 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
1492 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
1732 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
4335 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()
5154 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()