| 259 | |
| 260 | public: |
| 261 | static bool classof(const Operator* op) { |
| 262 | return op->getDef().isSubClassOf("MgbHashableOpMixin"); |
| 263 | } |
| 264 | |
| 265 | std::string getHashFunctionTemplate() const { |
| 266 | if (auto f = getDef().getValueAsOptionalString("hashFunction")) { |