Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1789 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/external/clang/lib/AST/
DASTContext.cpp6759 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() argument
6761 assert(FirstVec->isVectorType() && "FirstVec should be a vector type"); in areCompatibleVectorTypes()
6764 if (hasSameUnqualifiedType(FirstVec, SecondVec)) in areCompatibleVectorTypes()
6769 const VectorType *First = FirstVec->getAs<VectorType>(); in areCompatibleVectorTypes()