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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1769 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6703 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, argument
6705 assert(FirstVec->isVectorType() && "FirstVec should be a vector type");
6708 if (hasSameUnqualifiedType(FirstVec, SecondVec))
6713 const VectorType *First = FirstVec->getAs<VectorType>();

Completed in 131 milliseconds