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

Terminal matcher, always returns true. More...

#include "mlir/IR/Matchers.h"

Public Member Functions

 AnyCapturedValueMatcher (Value *what)
 
bool match (Value op) const
 

Public Attributes

Valuewhat
 

Detailed Description

Terminal matcher, always returns true.

Definition at line 260 of file Matchers.h.

Constructor & Destructor Documentation

◆ AnyCapturedValueMatcher()

mlir::detail::AnyCapturedValueMatcher::AnyCapturedValueMatcher ( Value what)
inline

Definition at line 262 of file Matchers.h.

Member Function Documentation

◆ match()

bool mlir::detail::AnyCapturedValueMatcher::match ( Value  op) const
inline

Definition at line 263 of file Matchers.h.

Member Data Documentation

◆ what

Value* mlir::detail::AnyCapturedValueMatcher::what

Definition at line 261 of file Matchers.h.


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