Searched defs:LoadStoreKey (Results 1 – 1 of 1) sorted by relevance
99 struct LoadStoreKey { struct100 ast::StorageClass const storage_class; // buffer storage class101 sem::Type const* buf_ty = nullptr; // buffer type102 sem::Type const* el_ty = nullptr; // element type103 bool operator==(const LoadStoreKey& rhs) const { in operator ==()107 struct Hasher {