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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 6479   for (StoreSDNode *Store = N; Store; Store = dyn_cast<StoreSDNode>(Chain)) {
 6479   for (StoreSDNode *Store = N; Store; Store = dyn_cast<StoreSDNode>(Chain)) {
 6481     if (Store->getMemoryVT() != MVT::i8 ||
 6482         !Store->isSimple() || Store->isIndexed())
 6482         !Store->isSimple() || Store->isIndexed())
 6484     Stores.push_back(Store);
 6485     Chain = Store->getChain();