MLIR  21.0.0git
Classes | Typedefs
mlir::irdl::detail Namespace Reference

Classes

class  Template
 Template Code as used by IRDL-to-Cpp. More...
 

Typedefs

using dictionary = llvm::StringMap< llvm::SmallString< 8 > >
 A dictionary stores a mapping of template variable names to their assigned string values. More...
 

Typedef Documentation

◆ dictionary

using mlir::irdl::detail::dictionary = typedef llvm::StringMap<llvm::SmallString<8> >

A dictionary stores a mapping of template variable names to their assigned string values.

Definition at line 23 of file TemplatingUtils.h.