HomeSort by: relevance | last modified time | path
    Searched refs:getScalableVectorType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1387 QualType getScalableVectorType(QualType EltTy, unsigned NumElts) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 3866 /// getScalableVectorType - Return the unique reference to a scalable vector
3869 QualType ASTContext::getScalableVectorType(QualType EltTy,
10466 Type = Context.getScalableVectorType(ElementType, NumElements);

Completed in 23 milliseconds