Searched refs:signedSubMayOverflow (Results 1 – 5 of 5) sorted by relevance
602 signedSubMayOverflow(const ConstantRange &Other) const;
2203 ConstantRange::OverflowResult ConstantRange::signedSubMayOverflow( in signedSubMayOverflow() function in ConstantRange
8119 switch (KBLHS.signedSubMayOverflow(KBRHS)) { in matchSuboCarryOut()
7266 return mapOverflowResult(LHSRange.signedSubMayOverflow(RHSRange)); in computeOverflowForSignedSub()
4558 return mapOverflowResult(N0Range.signedSubMayOverflow(N1Range)); in computeOverflowForSignedSub()