Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShiftAmtTy

879         EVT ShiftAmtTy = Op.getValueType();
880 if (TLO.LegalTypes() && !ShiftAmtTy.isVector())
881 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL);
884 ShiftAmtTy);