Searched refs:signedSubMayOverflow (Results 1 – 4 of 4) sorted by relevance
580 OverflowResult signedSubMayOverflow(const ConstantRange &Other) const;
2018 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
7156 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()
4287 return mapOverflowResult(N0Range.signedSubMayOverflow(N1Range)); in computeOverflowForSignedSub()