MLIR  20.0.0git
Public Member Functions | List of all members
mlir::detail::constant_op_matcher Struct Reference

The matcher that matches operations that have the ConstantLike trait. More...

#include "mlir/IR/Matchers.h"

Public Member Functions

bool match (Operation *op)
 

Detailed Description

The matcher that matches operations that have the ConstantLike trait.

Definition at line 52 of file Matchers.h.

Member Function Documentation

◆ match()

bool mlir::detail::constant_op_matcher::match ( Operation op)
inline

Definition at line 53 of file Matchers.h.


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