Searched defs:TypeAttributeStorage (Results 1 – 1 of 1) sorted by relevance
55 struct TypeAttributeStorage : public mlir::AttributeStorage { struct56 using KeyTy = mlir::Type;58 TypeAttributeStorage(mlir::Type value) : value(value) { in TypeAttributeStorage() function63 bool operator==(const KeyTy &key) const { return key == value; } in operator ==()67 construct(mlir::AttributeStorageAllocator &allocator, KeyTy key) { in construct()72 mlir::Type getType() const { return value; } in getType()75 mlir::Type value;