Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1565 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp1395 if (Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion()
2126 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
HDSemaExpr.cpp6252 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()
6643 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp6423 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext