Home
last modified time | relevance | path

Searched refs:DenseArrayBaseAttrStorage (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp690 struct mlir::detail::DenseArrayBaseAttrStorage : public AttributeStorage { struct in mlir::detail
693 DenseArrayBaseAttrStorage(ShapedType type, in DenseArrayBaseAttrStorage() function
709 static DenseArrayBaseAttrStorage *
720 return new (allocator.allocate<DenseArrayBaseAttrStorage>()) in construct()
721 DenseArrayBaseAttrStorage(type, eltType, elements); in construct()