Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1945 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable() local
1957 llvm::sort(CandidateTys, RankVectorTypes); in isVectorPromotionViable()
1959 std::unique(CandidateTys.begin(), CandidateTys.end(), RankVectorTypes), in isVectorPromotionViable()