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