Searched refs:getScalableVectorType (Results 1 – 5 of 5) sorted by relevance
119 QT = Context.getScalableVectorType(QT, *Type->getScale()); in RVVType2Qual()
11930 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()
6424 ResultType = Context.getScalableVectorType( in CheckSizelessVectorConditionalTypes()
1475 QualType getScalableVectorType(QualType EltTy, unsigned NumElts) const;
4000 QualType ASTContext::getScalableVectorType(QualType EltTy, in getScalableVectorType() function in ASTContext11295 Type = Context.getScalableVectorType(ElementType, NumElements); in DecodeTypeFromStr()