Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1623 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6459 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() argument
6461 assert(FirstVec->isVectorType() && "FirstVec should be a vector type"); in areCompatibleVectorTypes()
6464 if (hasSameUnqualifiedType(FirstVec, SecondVec)) in areCompatibleVectorTypes()
6469 const VectorType *First = FirstVec->getAs<VectorType>(); in areCompatibleVectorTypes()