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

References

lib/Target/SystemZ/SystemZISelLowering.cpp
  680   for (; I < SystemZ::VectorBytes; ++I) {
  680   for (; I < SystemZ::VectorBytes; ++I) {
  681     uint64_t Byte = IntBits.lshr(I * 8).trunc(8).getZExtValue();
  683       Mask |= 1ULL << I;
  687   if (I == SystemZ::VectorBytes) {