Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShiftTy

2625   MVT ShiftTy = TLI.getShiftAmountTy(Op2.getValueType());
2628 if (!I.getType()->isVectorTy() && Op2.getValueType() != ShiftTy) {
2629 unsigned ShiftSize = ShiftTy.getSizeInBits();
2635 Op2 = DAG.getNode(ISD::ZERO_EXTEND, DL, ShiftTy, Op2);
2642 Op2 = DAG.getNode(ISD::TRUNCATE, DL, ShiftTy, Op2);