Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1846 auto RankVectorTypes = [&DL](VectorType *RHSTy, VectorType *LHSTy) { in isVectorPromotionViable() local
1855 std::sort(CandidateTys.begin(), CandidateTys.end(), RankVectorTypes); in isVectorPromotionViable()
1857 std::unique(CandidateTys.begin(), CandidateTys.end(), RankVectorTypes), in isVectorPromotionViable()