Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ShiftAmt

1029   unsigned ShiftAmt;
1031 ShiftAmt = Offset*8;
1033 ShiftAmt = (StoreSize-LoadSize-Offset)*8;
1035 if (ShiftAmt)
1036 SrcVal = Builder.CreateLShr(SrcVal, ShiftAmt);