Searched refs:unsignedMulMayOverflow (Results 1 – 3 of 3) sorted by relevance
555 OverflowResult unsignedMulMayOverflow(const ConstantRange &Other) const;
1762 ConstantRange::OverflowResult ConstantRange::unsignedMulMayOverflow( in unsignedMulMayOverflow() function in ConstantRange
4964 return mapOverflowResult(LHSRange.unsignedMulMayOverflow(RHSRange)); in computeOverflowForUnsignedMul()