Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1677 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp6588 QualType SecondVec) { in areCompatibleVectorTypes() argument
6590 assert(SecondVec->isVectorType() && "SecondVec should be a vector type"); in areCompatibleVectorTypes()
6592 if (hasSameUnqualifiedType(FirstVec, SecondVec)) in areCompatibleVectorTypes()
6598 const VectorType *Second = SecondVec->getAs<VectorType>(); in areCompatibleVectorTypes()