Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp410 struct FieldTypeStorage : public mlir::TypeStorage { struct
411 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