reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  274   if (!(Len <= 128 && Len > 8 && Len % 8 == 0))
  274   if (!(Len <= 128 && Len > 8 && Len % 8 == 0))
  274   if (!(Len <= 128 && Len > 8 && Len % 8 == 0))
  277   APInt Mask55 = APInt::getSplat(Len, APInt(8, 0x55));
  278   APInt Mask33 = APInt::getSplat(Len, APInt(8, 0x33));
  279   APInt Mask0F = APInt::getSplat(Len, APInt(8, 0x0F));
  280   APInt Mask01 = APInt::getSplat(Len, APInt(8, 0x01));
  281   APInt MaskShift = APInt(Len, Len - 8);
  281   APInt MaskShift = APInt(Len, Len - 8);