Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1764 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/external/clang/lib/AST/
DASTContext.cpp6662 QualType SecondVec) { in areCompatibleVectorTypes() argument
6664 assert(SecondVec->isVectorType() && "SecondVec should be a vector type"); in areCompatibleVectorTypes()
6666 if (hasSameUnqualifiedType(FirstVec, SecondVec)) in areCompatibleVectorTypes()
6672 const VectorType *Second = SecondVec->getAs<VectorType>(); in areCompatibleVectorTypes()