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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
13647     Result = DAG.getIndexedLoad(SDValue(N,0), SDLoc(N),
13650     Result = DAG.getIndexedStore(SDValue(N,0), SDLoc(N),
13655              Result.getNode()->dump(&DAG); dbgs() << '\n');
13658     DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(0));
13659     DAG.ReplaceAllUsesOfValueWith(SDValue(N, 1), Result.getValue(2));
13661     DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Result.getValue(1));
13711     SDValue NewOp2 = Result.getValue(isLoad ? 1 : 0);
13721   DAG.ReplaceAllUsesOfValueWith(Ptr, Result.getValue(isLoad ? 1 : 0));
13723   AddToWorklist(Result.getNode());