Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2407 if (Self.areVectorTypesSameSize(SrcType, DestType)) { in TryReinterpretCast()
H A DSemaExpr.cpp8306 bool Sema::areVectorTypesSameSize(QualType SrcTy, QualType DestTy) { in areVectorTypesSameSize() function in Sema
8367 return areVectorTypesSameSize(srcTy, destTy); in areLaxCompatibleVectorTypes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13051 bool areVectorTypesSameSize(QualType srcType, QualType destType);