Searched defs:VectorTypeStorage (Results 1 – 1 of 1) sorted by relevance
136 struct VectorTypeStorage : public ShapedTypeStorage { struct137 VectorTypeStorage(unsigned shapeSize, Type elementTy, in VectorTypeStorage() function149 static VectorTypeStorage *construct(TypeStorageAllocator &allocator, in construct() argument159 ArrayRef<int64_t> getShape() const { in getShape()163 const int64_t *shapeElements;164 unsigned shapeSize;