reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
86 for (auto &C : Cases) 173 for (const auto &C : Cases) {utils/TableGen/DAGISelMatcher.h
478 unsigned getNumCases() const { return Cases.size(); } 480 const SDNodeInfo &getCaseOpcode(unsigned i) const { return *Cases[i].first; } 481 Matcher *getCaseMatcher(unsigned i) { return Cases[i].second; } 482 const Matcher *getCaseMatcher(unsigned i) const { return Cases[i].second; }