Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ShiftAmt

961   unsigned ShiftAmt;
963 ShiftAmt = Offset*8;
965 ShiftAmt = (StoreSize-LoadSize-Offset)*8;
967 if (ShiftAmt)
968 SrcVal = Builder.CreateLShr(SrcVal, ShiftAmt);