/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\ |* *| |* Enum Utility Definitions *| |* *| |* Automatically generated file, do not edit! *| |* From: StructuredOpsUtils.td *| |* *| \*===----------------------------------------------------------------------===*/ namespace mlir { namespace utils { ::llvm::StringRef stringifyIteratorType(IteratorType val) { … } ::std::optional<IteratorType> symbolizeIteratorType(::llvm::StringRef str) { … } ::std::optional<IteratorType> symbolizeIteratorType(uint32_t value) { … } } // namespace utils } // namespace mlir