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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
15392          I != E && NumNodesExplored < 1024; ++I, ++NumNodesExplored)
15392          I != E && NumNodesExplored < 1024; ++I, ++NumNodesExplored)
15393       if (I.getOperandNo() == 0 && isa<LoadSDNode>(*I)) // walk down chain
15393       if (I.getOperandNo() == 0 && isa<LoadSDNode>(*I)) // walk down chain
15394         for (auto I2 = (*I)->use_begin(), E2 = (*I)->use_end(); I2 != E2; ++I2)
15394         for (auto I2 = (*I)->use_begin(), E2 = (*I)->use_end(); I2 != E2; ++I2)