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

Terminal matcher, always returns true. More...

#include "mlir/IR/Matchers.h"

Public Member Functions

bool match (Value op) const
 

Detailed Description

Terminal matcher, always returns true.

Definition at line 255 of file Matchers.h.

Member Function Documentation

◆ match()

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

Definition at line 256 of file Matchers.h.


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