Searched refs:getScalableVectorType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaRISCV.cpp | 144 QT = Context.getScalableVectorType(QT, *Type->getScale(), Type->getNF()); in RVVType2Qual() 146 QT = Context.getScalableVectorType(QT, *Type->getScale()); in RVVType2Qual()
|
H A D | SemaExpr.cpp | 11382 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 D | SemaExprCXX.cpp | 6789 ResultType = Context.getScalableVectorType( in CheckSizelessVectorConditionalTypes()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1552 QualType getScalableVectorType(QualType EltTy, unsigned NumElts,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4386 QualType ASTContext::getScalableVectorType(QualType EltTy, unsigned NumElts, in getScalableVectorType() function in ASTContext 11881 Type = Context.getScalableVectorType(ElementType, NumElements); in DecodeTypeFromStr()
|