Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ShAmt

1548       unsigned ShAmt =
1551 if ((ShAmt & 7) || (ShAmt > 8*ByteValues.size()))
1554 unsigned ByteShift = ShAmt >> 3;