Searched refs:areCompatibleVectorTypes (Results 1 – 4 of 4) sorted by relevance
2258 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
1887 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion()1893 !S.Context.areCompatibleVectorTypes(FromType, ToType) && in IsVectorConversion()2709 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()4455 bool SCS1IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()4457 bool SCS2IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
10188 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()10202 !Context.areCompatibleVectorTypes(RHSType, LHSType)) in CheckAssignmentConstraints()11102 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()11243 !Context.areCompatibleVectorTypes(RHSType, LHSType)) in CheckVectorOperands()
9401 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext