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))
19695   if ((LExtIndex & 1) != 0 || RExtIndex != (LExtIndex + 1))
19710     unsigned LaneIdx = LExtIndex / NumEltsPerLane;
19712     LExtIndex %= NumEltsPerLane;
19721                      DAG.getIntPtrConstant(LExtIndex / 2, DL));