Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp429 struct LenTypeStorage : public mlir::TypeStorage { struct
430 using KeyTy = KindTy;
432 static unsigned hashKey(const KeyTy &) { return llvm::hash_combine(0); } in hashKey()
434 bool operator==(const KeyTy &) const { return true; } in operator ==()
436 static LenTypeStorage *construct(mlir::TypeStorageAllocator &allocator, in construct()
444 explicit LenTypeStorage(KindTy) {} in LenTypeStorage() function