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