Home | History | Annotate | Download | only in R600

Lines Matching refs:ShiftAmount

1179     SDValue ShiftAmount =
1186 SDValue Shl = DAG.getNode(ISD::SHL, DL, VT, NewLoad, ShiftAmount);
1187 SDValue Sra = DAG.getNode(ISD::SRA, DL, VT, Shl, ShiftAmount);