Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2399 if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) { in TryReinterpretCast()
H A DSemaExpr.cpp8356 bool Sema::areLaxCompatibleVectorTypes(QualType srcTy, QualType destTy) { in areLaxCompatibleVectorTypes() function in Sema
8397 return areLaxCompatibleVectorTypes(srcTy, destTy); in isLaxVectorConversion()
8426 if (!areLaxCompatibleVectorTypes(Ty, VectorTy)) in CheckVectorCast()
8485 if (!areLaxCompatibleVectorTypes(SrcTy, DestTy) || in CheckExtVectorCast()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13052 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);