Searched defs:LenTypeStorage (Results 1 – 1 of 1) sorted by relevance
429 struct LenTypeStorage : public mlir::TypeStorage { struct430 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