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