Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2126 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8630 QualType SecondVec) { in areCompatibleVectorTypes() argument
8632 assert(SecondVec->isVectorType() && "SecondVec should be a vector type"); in areCompatibleVectorTypes()
8634 if (hasSameUnqualifiedType(FirstVec, SecondVec)) in areCompatibleVectorTypes()
8640 const auto *Second = SecondVec->castAs<VectorType>(); in areCompatibleVectorTypes()