Home
last modified time | relevance | path

Searched refs:areCompatibleVectorTypes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2256 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp1661 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion()
2478 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
4193 bool SCS1IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
4195 bool SCS2IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
H A DSemaExpr.cpp9577 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()
10441 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9279 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext