Searched refs:unsignedSubMayOverflow (Results 1 – 5 of 5) sorted by relevance
598 unsignedSubMayOverflow(const ConstantRange &Other) const;
2187 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow() function in ConstantRange
8144 switch (KBLHS.unsignedSubMayOverflow(KBRHS)) { in matchSuboCarryOut()
7238 return mapOverflowResult(LHSRange.unsignedSubMayOverflow(RHSRange)); in computeOverflowForUnsignedSub()
4571 return mapOverflowResult(N0Range.unsignedSubMayOverflow(N1Range)); in computeOverflowForUnsignedSub()