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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 5203       CombineTo(N, (N0.getNode() == Load) ? NewLoad : N0);
 5206         NewLoad = DAG.getLoad(Load->getAddressingMode(), ISD::ZEXTLOAD,
 5214           SDValue To[] = { NewLoad.getValue(0), NewLoad.getValue(1),
 5214           SDValue To[] = { NewLoad.getValue(0), NewLoad.getValue(1),
 5215                            NewLoad.getValue(2) };
 5218           CombineTo(Load, NewLoad.getValue(0), NewLoad.getValue(1));
 5218           CombineTo(Load, NewLoad.getValue(0), NewLoad.getValue(1));