Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Amt

3227     SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType()));
3228 Op1 = DAG.getNode(ISD::SRA, dl, Op1.getValueType(), Op1, Amt);