My Project
Public Member Functions | Public Attributes | List of all members
mlir::detail::PatternMatcherValue Struct Reference

Binds to a specific value and matches it. More...

#include <Matchers.h>

Collaboration diagram for mlir::detail::PatternMatcherValue:
Collaboration graph
[legend]

Public Member Functions

 PatternMatcherValue (Value val)
 
bool match (Value val) const
 

Public Attributes

Value value
 

Detailed Description

Binds to a specific value and matches it.

Constructor & Destructor Documentation

◆ PatternMatcherValue()

mlir::detail::PatternMatcherValue::PatternMatcherValue ( Value  val)
inline

Member Function Documentation

◆ match()

bool mlir::detail::PatternMatcherValue::match ( Value  val) const
inline

Member Data Documentation

◆ value

Value mlir::detail::PatternMatcherValue::value

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