Searched refs:SecondVec (Results 1 – 2 of 2) sorted by relevance
1789 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
6760 QualType SecondVec) { in areCompatibleVectorTypes() argument6762 assert(SecondVec->isVectorType() && "SecondVec should be a vector type"); in areCompatibleVectorTypes()6764 if (hasSameUnqualifiedType(FirstVec, SecondVec)) in areCompatibleVectorTypes()6770 const VectorType *Second = SecondVec->getAs<VectorType>(); in areCompatibleVectorTypes()