Searched refs:SecondVec (Results 1 – 2 of 2) sorted by relevance
2335 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
9862 QualType SecondVec) { in areCompatibleVectorTypes() argument9864 assert(SecondVec->isVectorType() && "SecondVec should be a vector type"); in areCompatibleVectorTypes()9866 if (hasSameUnqualifiedType(FirstVec, SecondVec)) in areCompatibleVectorTypes()9872 const auto *Second = SecondVec->castAs<VectorType>(); in areCompatibleVectorTypes()