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