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

References

lib/Target/X86/X86ISelLowering.cpp
19691   if ((LExtIndex & 1) == 1 && (RExtIndex & 1) == 0 &&
19693     std::swap(LExtIndex, RExtIndex);
19695   if ((LExtIndex & 1) != 0 || RExtIndex != (LExtIndex + 1))