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

A matcher that matches operations that implement the InferIntRangeInterface interface, and binds the inferred range. More...

#include "mlir/IR/Matchers.h"

Public Member Functions

 infer_int_range_op_binder (IntegerValueRange *bind_value)
 
bool match (Operation *op)
 

Public Attributes

IntegerValueRangebind_value
 

Detailed Description

A matcher that matches operations that implement the InferIntRangeInterface interface, and binds the inferred range.

Definition at line 106 of file Matchers.h.

Constructor & Destructor Documentation

◆ infer_int_range_op_binder()

mlir::detail::infer_int_range_op_binder::infer_int_range_op_binder ( IntegerValueRange bind_value)
inlineexplicit

Definition at line 109 of file Matchers.h.

Member Function Documentation

◆ match()

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

Definition at line 112 of file Matchers.h.

Member Data Documentation

◆ bind_value

IntegerValueRange* mlir::detail::infer_int_range_op_binder::bind_value

Definition at line 107 of file Matchers.h.


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