Searched defs:TypeAttributeStorage (Results 1 – 2 of 2) sorted by relevance
52 struct TypeAttributeStorage : public mlir::AttributeStorage { struct53 using KeyTy = mlir::Type;55 TypeAttributeStorage(mlir::Type value) : value(value) { in TypeAttributeStorage() argument60 bool operator==(const KeyTy &key) const { return key == value; } in operator ==()64 construct(mlir::AttributeStorageAllocator &allocator, KeyTy key) { in construct()69 mlir::Type getType() const { return value; } in getType()72 mlir::Type value;
329 struct TypeAttributeStorage : public AttributeStorage { struct332 TypeAttributeStorage(Type value) : value(value) {} in TypeAttributeStorage() argument338 static TypeAttributeStorage *construct(AttributeStorageAllocator &allocator, in construct() argument344 Type value;