Home
last modified time | relevance | path

Searched refs:getScalableVectorType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1432 QualType getScalableVectorType(QualType EltTy, unsigned NumElts) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3884 QualType ASTContext::getScalableVectorType(QualType EltTy, in getScalableVectorType() function in ASTContext
10513 Type = Context.getScalableVectorType(ElementType, NumElements); in DecodeTypeFromStr()