Home
last modified time | relevance | path

Searched refs:SubRes (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11322 std::optional<TTI::ShuffleKind> SubRes = in isGatherShuffledEntry() local
11325 if (!SubRes) in isGatherShuffledEntry()
11327 Res.push_back(SubRes); in isGatherShuffledEntry()
11328 if (SubEntries.size() == 1 && *SubRes == TTI::SK_PermuteSingleSrc && in isGatherShuffledEntry()