Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp2122 if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) { in TryReinterpretCast()
H A DSemaExpr.cpp6219 bool Sema::areLaxCompatibleVectorTypes(QualType srcTy, QualType destTy) { in areLaxCompatibleVectorTypes() function in Sema
6251 return areLaxCompatibleVectorTypes(srcTy, destTy); in isLaxVectorConversion()
6259 if (!areLaxCompatibleVectorTypes(Ty, VectorTy)) in CheckVectorCast()
6318 if (!areLaxCompatibleVectorTypes(SrcTy, DestTy) || in CheckExtVectorCast()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9760 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);