MLIR  19.0.0git
Public Member Functions | Public Attributes | List of all members
mlir::detail::NameOpMatcher Struct Reference

The matcher that matches operations that have the specified op name. More...

#include "mlir/IR/Matchers.h"

Public Member Functions

 NameOpMatcher (StringRef name)
 
bool match (Operation *op)
 

Public Attributes

StringRef name
 

Detailed Description

The matcher that matches operations that have the specified op name.

Definition at line 57 of file Matchers.h.

Constructor & Destructor Documentation

◆ NameOpMatcher()

mlir::detail::NameOpMatcher::NameOpMatcher ( StringRef  name)
inline

Definition at line 58 of file Matchers.h.

Member Function Documentation

◆ match()

bool mlir::detail::NameOpMatcher::match ( Operation op)
inline

Definition at line 59 of file Matchers.h.

Member Data Documentation

◆ name

StringRef mlir::detail::NameOpMatcher::name

Definition at line 61 of file Matchers.h.


The documentation for this struct was generated from the following file: