reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2857 assert((Indices.size() % 2) == 0); 2861 const auto &Begin = Indices.begin(); 2862 const auto &Mid = Indices.begin() + Indices.size() / 2; 2862 const auto &Mid = Indices.begin() + Indices.size() / 2; 2863 const auto &End = Indices.end(); 2867 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2)) 2874 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2))