Lines Matching defs:Vectors
12391 // Vectors of different sizes - resize and reshuffle.
12979 SmallVector<std::pair<Value *, SmallVector<int>>> Vectors =
12981 stable_sort(Vectors, [](const auto &P1, const auto &P2) {
12988 if (!Vectors.empty()) {
12989 SingleMax = Vectors.front().second.size() + UndefSz;
12990 if (Vectors.size() > 1) {
12991 auto *ItNext = std::next(Vectors.begin());
13003 for (int Idx : Vectors.front().second)
13005 } else if (!Vectors.empty()) {
13007 for (int Idx : Vectors[Idx].second)