Lines Matching refs:ShiftAmount
6365 unsigned ShiftAmount = OuterBitSize - InnerBitSize; in expandMUL_LOHI() local
6367 if (APInt::getMaxValue(ShiftAmountTy.getSizeInBits()).ult(ShiftAmount)) { in expandMUL_LOHI()
6373 SDValue Shift = DAG.getConstant(ShiftAmount, dl, ShiftAmountTy); in expandMUL_LOHI()
7366 SDValue ShiftAmount = in scalarizeVectorLoad() local
7369 SDValue ShiftedElt = DAG.getNode(ISD::SRL, SL, LoadVT, Load, ShiftAmount); in scalarizeVectorLoad()
7451 SDValue ShiftAmount = in scalarizeVectorStore() local
7454 DAG.getNode(ISD::SHL, SL, IntVT, ExtElt, ShiftAmount); in scalarizeVectorStore()
7628 SDValue ShiftAmount = in expandUnalignedLoad() local
7631 SDValue Result = DAG.getNode(ISD::SHL, dl, VT, Hi, ShiftAmount); in expandUnalignedLoad()
7742 SDValue ShiftAmount = DAG.getConstant( in expandUnalignedStore() local
7745 SDValue Hi = DAG.getNode(ISD::SRL, dl, VT, Val, ShiftAmount); in expandUnalignedStore()