Searched refs:unsignedSubMayOverflow (Results 1 – 4 of 4) sorted by relevance
577 OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const;
2002 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow() function in ConstantRange
7127 return mapOverflowResult(LHSRange.unsignedSubMayOverflow(RHSRange)); in computeOverflowForUnsignedSub()
4300 return mapOverflowResult(N0Range.unsignedSubMayOverflow(N1Range)); in computeOverflowForUnsignedSub()