Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:sext

83     LHSExt = LHSExt.sext(W * 2);
84 RHSExt = RHSExt.sext(W * 2);
95 APInt Min = APInt::getSignedMinValue(W).sext(W * 2);
96 APInt Max = APInt::getSignedMaxValue(W).sext(W * 2);