reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1894 if (!CandidateTys.empty()) { 1895 VectorType *V = CandidateTys[0]; 1897 CandidateTys.clear(); 1901 CandidateTys.push_back(VTy); 1919 if (CandidateTys.empty()) 1927 CandidateTys.erase( 1928 llvm::remove_if(CandidateTys, 1932 CandidateTys.end()); 1935 if (CandidateTys.empty()) 1950 llvm::sort(CandidateTys, RankVectorTypes); 1951 CandidateTys.erase( 1952 std::unique(CandidateTys.begin(), CandidateTys.end(), RankVectorTypes), 1952 std::unique(CandidateTys.begin(), CandidateTys.end(), RankVectorTypes), 1953 CandidateTys.end()); 1958 for (VectorType *VTy : CandidateTys) { 1961 assert(VTy == CandidateTys[0] && 1965 CandidateTys.resize(1); 1990 for (VectorType *VTy : CandidateTys)