Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.cpp226 auto CollectDescrs = getHowToCollectValues(Bndl); in canVectorize() local
227 if (CollectDescrs.hasVectorInputs()) { in canVectorize()
228 if (auto ValueShuffleOpt = CollectDescrs.getSingleInput()) { in canVectorize()
235 std::move(CollectDescrs)); in canVectorize()