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

References

lib/CodeGen/MachineInstr.cpp
 1256     int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB;
 1257     return (MinOffset + LowWidth > MaxOffset);
 1269   int64_t OverlapA = KnownWidthA ? WidthA + OffsetA - MinOffset
 1271   int64_t OverlapB = KnownWidthB ? WidthB + OffsetB - MinOffset