Searched refs:getScalableVectorType (Results 1 – 7 of 7) sorted by relevance
530 Type getScalableVectorType(Type elementType, unsigned numElements);
118 QT = Context.getScalableVectorType(QT, Type->getScale().getValue()); in RVVType2Qual()
11669 S.Context.getScalableVectorType(LHSEleType, VecSize.getKnownMinValue()); in checkSizelessVectorShift()11688 S.Context.getScalableVectorType(RHSEleType, VecSize.getKnownMinValue()); in checkSizelessVectorShift()12877 return Context.getScalableVectorType(IntTy, VecSize.getKnownMinValue()); in GetSignedSizelessVectorType()
6304 ResultType = Context.getScalableVectorType( in CheckSizelessVectorConditionalTypes()
951 Type mlir::LLVM::getScalableVectorType(Type elementType, unsigned numElements) { in getScalableVectorType() function in mlir::LLVM
1501 QualType getScalableVectorType(QualType EltTy, unsigned NumElts) const;
3970 QualType ASTContext::getScalableVectorType(QualType EltTy, in getScalableVectorType() function in ASTContext11150 Type = Context.getScalableVectorType(ElementType, NumElements); in DecodeTypeFromStr()