Lines Matching defs:ShiftAmount
780 SDValue ShiftAmount = DAG.getConstant(EltWidth - SrcEltWidth, VT);782 DAG.getNode(ISD::SHL, DL, VT, Op, ShiftAmount),783 ShiftAmount);