Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Max

96   APInt Max = APInt::getSignedMaxValue(W).sext(W * 2);
97 return MulExt.slt(Min) || MulExt.sgt(Max);