Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Amt

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