MLIR 22.0.0git
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.

References bind_value.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ bind_value

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

Definition at line 107 of file Matchers.h.

Referenced by infer_int_range_op_binder(), and match().


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