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

Declarations

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  550     SDValue ReduceLoadWidth(SDNode *N);

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 4916       SDValue NewLoad = ReduceLoadWidth(And.getNode());
 5232     if (SDValue Res = ReduceLoadWidth(N)) {
 7901   if (SDValue NarrowLoad = ReduceLoadWidth(N))
 9426     if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) {
 9733     if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) {
 9973     if (SDValue NarrowLoad = ReduceLoadWidth(N0.getNode())) {
10440   if (SDValue NarrowLoad = ReduceLoadWidth(N))
10702     if (SDValue Reduced = ReduceLoadWidth(N))