Searched refs:areCompatibleVectorTypes (Results 1 – 4 of 4) sorted by relevance
1764 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
1416 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion()2164 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
6985 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()7471 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()
6661 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext