Searched refs:unsignedSubMayOverflow (Results 1 – 10 of 10) sorted by relevance
478 OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const;
549 OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const;
560 OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const;
1476 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow() function in ConstantRange
1716 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow() function in ConstantRange
4316 return mapOverflowResult(LHSRange.unsignedSubMayOverflow(RHSRange)); in computeOverflowForUnsignedSub()
5122 return mapOverflowResult(LHSRange.unsignedSubMayOverflow(RHSRange)); in computeOverflowForUnsignedSub()