Home
last modified time | relevance | path

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

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