Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:ShAmt

1414       unsigned ShAmt =
1417 if ((ShAmt & 7) || (ShAmt > 8*ByteValues.size()))
1420 unsigned ByteShift = ShAmt >> 3;