MLIR  20.0.0git
Public Attributes | List of all members
mlir::LLVM::detail::NDVectorTypeInfo Struct Reference

#include "mlir/Conversion/LLVMCommon/VectorPattern.h"

Public Attributes

Type llvmNDVectorTy
 
Type llvm1DVectorTy
 
SmallVector< int64_t, 4 > arraySizes
 

Detailed Description

Definition at line 21 of file VectorPattern.h.

Member Data Documentation

◆ arraySizes

SmallVector<int64_t, 4> mlir::LLVM::detail::NDVectorTypeInfo::arraySizes

◆ llvm1DVectorTy

Type mlir::LLVM::detail::NDVectorTypeInfo::llvm1DVectorTy

Definition at line 25 of file VectorPattern.h.

Referenced by mlir::LLVM::detail::extractNDVectorTypeInfo().

◆ llvmNDVectorTy

Type mlir::LLVM::detail::NDVectorTypeInfo::llvmNDVectorTy

Definition at line 23 of file VectorPattern.h.

Referenced by mlir::LLVM::detail::extractNDVectorTypeInfo().


The documentation for this struct was generated from the following file: