Home | History | Annotate | Download | only in Scalar

Lines Matching defs:ShiftAmt

1130   unsigned ShiftAmt;
1132 ShiftAmt = Offset*8;
1134 ShiftAmt = (StoreSize-LoadSize-Offset)*8;
1136 if (ShiftAmt)
1137 SrcVal = Builder.CreateLShr(SrcVal, ShiftAmt);