Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShiftAmtTy

2189   EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout());
2193 DAG.getConstant(NBitWidth - 1, dl, ShiftAmtTy));
2391 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout());
2392 if (APInt::getMaxValue(ShiftAmtTy.getSizeInBits()).ult(HalfBits)) {
2395 ShiftAmtTy = MVT::i32;
2397 SDValue Shift = DAG.getConstant(HalfBits, dl, ShiftAmtTy);