Searched refs:entryKey (Results 1 – 1 of 1) sorted by relevance
33 DataLayoutEntryStorage(DataLayoutEntryKey entryKey, Attribute value) in DataLayoutEntryStorage() argument34 : entryKey(entryKey), value(value) {} in DataLayoutEntryStorage()43 return other.first == entryKey && other.second == value; in operator ==()46 DataLayoutEntryKey entryKey; member in mlir::impl::DataLayoutEntryStorage61 return getImpl()->entryKey; in getKey()