Lines Matching defs:ShiftAmt
1112 unsigned ShiftAmt;1114 ShiftAmt = Offset*8;1116 ShiftAmt = (StoreSize-LoadSize-Offset)*8;1118 if (ShiftAmt)1119 SrcVal = Builder.CreateLShr(SrcVal, ShiftAmt);