Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h50 struct ArrayAttributeStorage : public AttributeStorage { struct
53 ArrayAttributeStorage(ArrayRef<Attribute> value) : value(value) {} in ArrayAttributeStorage() function
59 static ArrayAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() argument
65 ArrayRef<Attribute> value;