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

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

#include "mlir/IR/Matchers.h"

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.

Definition at line 270 of file Matchers.h.

Constructor & Destructor Documentation

◆ PatternMatcherValue()

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

Definition at line 271 of file Matchers.h.

Member Function Documentation

◆ match()

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

Definition at line 272 of file Matchers.h.

References value.

Member Data Documentation

◆ value

Value mlir::detail::PatternMatcherValue::value

Definition at line 273 of file Matchers.h.

Referenced by match().


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