Home
last modified time | relevance | path

Searched refs:areLaxCompatibleVectorTypes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2439 if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) { in TryReinterpretCast()
H A DSemaExpr.cpp7668 bool Sema::areLaxCompatibleVectorTypes(QualType srcTy, QualType destTy) { in areLaxCompatibleVectorTypes() function in Sema
7707 return areLaxCompatibleVectorTypes(srcTy, destTy); in isLaxVectorConversion()
7736 if (!areLaxCompatibleVectorTypes(Ty, VectorTy)) in CheckVectorCast()
7795 if (!areLaxCompatibleVectorTypes(SrcTy, DestTy) || in CheckExtVectorCast()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7858 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);