Home | History | Annotate | Download | only in Scalar

Lines Matching defs:ShiftAmt

1150   unsigned ShiftAmt;
1152 ShiftAmt = Offset*8;
1154 ShiftAmt = (StoreSize-LoadSize-Offset)*8;
1156 if (ShiftAmt)
1157 SrcVal = Builder.CreateLShr(SrcVal, ShiftAmt);