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

Constructor & Destructor Documentation

◆ AnyCapturedValueMatcher()

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

Definition at line 321 of file Matchers.h.

References what.

Member Function Documentation

◆ match()

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

Definition at line 322 of file Matchers.h.

References what.

Member Data Documentation

◆ what

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

Definition at line 320 of file Matchers.h.

Referenced by AnyCapturedValueMatcher(), and match().


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