Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp144 QT = Context.getScalableVectorType(QT, *Type->getScale(), Type->getNF()); in RVVType2Qual()
146 QT = Context.getScalableVectorType(QT, *Type->getScale()); in RVVType2Qual()
H A DSemaExpr.cpp11382 S.Context.getScalableVectorType(LHSEleType, VecSize.getKnownMinValue()); in checkSizelessVectorShift()
11401 S.Context.getScalableVectorType(RHSEleType, VecSize.getKnownMinValue()); in checkSizelessVectorShift()
12579 return Context.getScalableVectorType(IntTy, VecSize.getKnownMinValue()); in GetSignedSizelessVectorType()
H A DSemaExprCXX.cpp6789 ResultType = Context.getScalableVectorType( in CheckSizelessVectorConditionalTypes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1552 QualType getScalableVectorType(QualType EltTy, unsigned NumElts,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4386 QualType ASTContext::getScalableVectorType(QualType EltTy, unsigned NumElts, in getScalableVectorType() function in ASTContext
11881 Type = Context.getScalableVectorType(ElementType, NumElements); in DecodeTypeFromStr()