Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp119 QT = Context.getScalableVectorType(QT, *Type->getScale()); in RVVType2Qual()
H A DSemaExpr.cpp11930 S.Context.getScalableVectorType(LHSEleType, VecSize.getKnownMinValue()); in checkSizelessVectorShift()
11949 S.Context.getScalableVectorType(RHSEleType, VecSize.getKnownMinValue()); in checkSizelessVectorShift()
13158 return Context.getScalableVectorType(IntTy, VecSize.getKnownMinValue()); in GetSignedSizelessVectorType()
H A DSemaExprCXX.cpp6424 ResultType = Context.getScalableVectorType( in CheckSizelessVectorConditionalTypes()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1475 QualType getScalableVectorType(QualType EltTy, unsigned NumElts) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4000 QualType ASTContext::getScalableVectorType(QualType EltTy, in getScalableVectorType() function in ASTContext
11295 Type = Context.getScalableVectorType(ElementType, NumElements); in DecodeTypeFromStr()