Home
last modified time | relevance | path

Searched refs:entryKey (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp33 DataLayoutEntryStorage(DataLayoutEntryKey entryKey, Attribute value) in DataLayoutEntryStorage() argument
34 : entryKey(entryKey), value(value) {} in DataLayoutEntryStorage()
43 return other.first == entryKey && other.second == value; in operator ==()
46 DataLayoutEntryKey entryKey; member in mlir::impl::DataLayoutEntryStorage
61 return getImpl()->entryKey; in getKey()