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

References

include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
  184     return Type0 == Other.Type0 && Type1 == Other.Type1 &&
  184     return Type0 == Other.Type0 && Type1 == Other.Type1 &&
  185            Align >= Other.Align &&
  186            MemSize == Other.MemSize;