Home
last modified time | relevance | path

Searched defs:VectorTypeStorage (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DTypeDetail.h136 struct VectorTypeStorage : public ShapedTypeStorage { struct
137 VectorTypeStorage(unsigned shapeSize, Type elementTy, in VectorTypeStorage() function
149 static VectorTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument
159 ArrayRef<int64_t> getShape() const { in getShape()
163 const int64_t *shapeElements;
164 unsigned shapeSize;