Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ShAmt

1315       unsigned ShAmt =
1318 if ((ShAmt & 7) || (ShAmt > 8*ByteValues.size()))
1321 unsigned ByteShift = ShAmt >> 3;