Searched refs:unsignedSubMayOverflow (Results 1 – 3 of 3) sorted by relevance
508 OverflowResult unsignedSubMayOverflow(const ConstantRange &Other) const;
1600 ConstantRange::OverflowResult ConstantRange::unsignedSubMayOverflow( in unsignedSubMayOverflow() function in ConstantRange
4811 return mapOverflowResult(LHSRange.unsignedSubMayOverflow(RHSRange)); in computeOverflowForUnsignedSub()