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

References

lib/CodeGen/InterleavedAccessPass.cpp
  226         if (LaneValue >= 0 && NextLaneValue >= 0 &&
  227             LaneValue + 1 != NextLaneValue)
  231         if (LaneValue >= 0 && NextLaneValue < 0) {
  232           SavedLaneValue = LaneValue;
  241         if (SavedNoUndefs > 0 && LaneValue < 0) {