Searched defs:FieldTypeStorage (Results 1 – 1 of 1) sorted by relevance
410 struct FieldTypeStorage : public mlir::TypeStorage { struct411 using KeyTy = KindTy;413 static unsigned hashKey(const KeyTy &) { return llvm::hash_combine(0); } in hashKey()415 bool operator==(const KeyTy &) const { return true; } in operator ==()417 static FieldTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct()425 explicit FieldTypeStorage(KindTy) {} in FieldTypeStorage() function