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