Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCast.cpp2370 if (Self.areVectorTypesSameSize(SrcType, DestType)) { in TryReinterpretCast()
H A DSemaExpr.cpp7958 bool Sema::areVectorTypesSameSize(QualType SrcTy, QualType DestTy) { in areVectorTypesSameSize() function in Sema
8025 return areVectorTypesSameSize(srcTy, destTy); in areLaxCompatibleVectorTypes()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12636 bool areVectorTypesSameSize(QualType srcType, QualType destType);