Searched refs:unsignedAddMayOverflow (Results 1 – 3 of 3) sorted by relevance
502 OverflowResult unsignedAddMayOverflow(const ConstantRange &Other) const;
1554 ConstantRange::OverflowResult ConstantRange::unsignedAddMayOverflow( in unsignedAddMayOverflow() function in ConstantRange
4725 return mapOverflowResult(LHSRange.unsignedAddMayOverflow(RHSRange)); in computeOverflowForUnsignedAdd()