Searched refs:ValuesToEntries (Results 1 – 1 of 1) sorted by relevance
15605 SmallVector<SmallPtrSet<Value *, 8>> ValuesToEntries; in isGatherShuffledSingleRegisterEntry() local15607 ValuesToEntries.emplace_back().insert(E->Scalars.begin(), in isGatherShuffledSingleRegisterEntry()15611 for (unsigned Idx : seq<unsigned>(ValuesToEntries.size())) in isGatherShuffledSingleRegisterEntry()15612 if (ValuesToEntries[Idx].contains(P.first)) { in isGatherShuffledSingleRegisterEntry()