Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15922 std::optional<TTI::ShuffleKind> SubRes = in isGatherShuffledEntry() local
15925 if (!SubRes) in isGatherShuffledEntry()
15927 Res.push_back(SubRes); in isGatherShuffledEntry()
15928 if (SubEntries.size() == 1 && *SubRes == TTI::SK_PermuteSingleSrc && in isGatherShuffledEntry()