MLIR 22.0.0git
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 329 of file Matchers.h.

Constructor & Destructor Documentation

◆ PatternMatcherValue()

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

Definition at line 330 of file Matchers.h.

References value.

Member Function Documentation

◆ match()

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

Definition at line 331 of file Matchers.h.

References value.

Member Data Documentation

◆ value

Value mlir::detail::PatternMatcherValue::value

Definition at line 332 of file Matchers.h.

Referenced by match(), and PatternMatcherValue().


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