Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2333 if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) { in TryReinterpretCast()
H A DSemaExpr.cpp7384 bool Sema::areLaxCompatibleVectorTypes(QualType srcTy, QualType destTy) { in areLaxCompatibleVectorTypes() function in Sema
7425 return areLaxCompatibleVectorTypes(srcTy, destTy); in isLaxVectorConversion()
7454 if (!areLaxCompatibleVectorTypes(Ty, VectorTy)) in CheckVectorCast()
7513 if (!areLaxCompatibleVectorTypes(SrcTy, DestTy) || in CheckExtVectorCast()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11647 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);