Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h1344 QualType getScalableVectorType(QualType EltTy, unsigned NumElts) const;
/external/llvm-project/clang/lib/AST/
DASTContext.cpp3813 QualType ASTContext::getScalableVectorType(QualType EltTy, in getScalableVectorType() function in ASTContext
10279 Type = Context.getScalableVectorType(ElementType, NumElements); in DecodeTypeFromStr()