Lines Matching defs:ShiftAmtTy
4800 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType());
4801 SDValue Bits = DAG.getConstant(BitWidth, DL, ShiftAmtTy);
4803 C1 = DAG.getZExtOrTrunc(C1, DL, ShiftAmtTy);
4804 SDValue Inexact = DAG.getNode(ISD::SUB, DL, ShiftAmtTy, Bits, C1);
4810 DAG.getConstant(BitWidth - 1, DL, ShiftAmtTy));