|
MLIR 22.0.0git
|
Binds to a specific value and matches it. More...
#include "mlir/IR/Matchers.h"
Public Member Functions | |
| PatternMatcherValue (Value val) | |
| bool | match (Value val) const |
Public Attributes | |
| Value | value |
Binds to a specific value and matches it.
Definition at line 329 of file Matchers.h.
|
inline |
Definition at line 330 of file Matchers.h.
References value.
Definition at line 331 of file Matchers.h.
References value.
| Value mlir::detail::PatternMatcherValue::value |
Definition at line 332 of file Matchers.h.
Referenced by match(), and PatternMatcherValue().