| MLIR
    22.0.0git
    | 
The matcher that matches a given target constant scalar / vector splat / tensor splat integer value that fulfills a predicate. More...
#include "mlir/IR/Matchers.h"
| Public Member Functions | |
| bool | match (Attribute attr) | 
| bool | match (Operation *op) | 
| Public Attributes | |
| bool(* | predicate )(const APInt &) | 
The matcher that matches a given target constant scalar / vector splat / tensor splat integer value that fulfills a predicate.
Definition at line 242 of file Matchers.h.
| 
 | inline | 
Definition at line 245 of file Matchers.h.
References mlir::detail::constant_int_value_binder::match(), and predicate.
| 
 | inline | 
Definition at line 250 of file Matchers.h.
References mlir::detail::constant_int_value_binder::match(), and predicate.
| bool(* mlir::detail::constant_int_predicate_matcher::predicate) (const APInt &) | 
Definition at line 243 of file Matchers.h.
Referenced by match().