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

References

lib/CodeGen/MachineInstr.cpp
 1235   bool KnownWidthA = WidthA != MemoryLocation::UnknownSize;
 1256     int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB;
 1269   int64_t OverlapA = KnownWidthA ? WidthA + OffsetA - MinOffset