MLIR
20.0.0git
|
Terminal matcher, always returns true. More...
#include "mlir/IR/Matchers.h"
Public Member Functions | |
AnyCapturedValueMatcher (Value *what) | |
bool | match (Value op) const |
Public Attributes | |
Value * | what |
Terminal matcher, always returns true.
Definition at line 319 of file Matchers.h.
|
inline |
Definition at line 321 of file Matchers.h.
|
inline |
Definition at line 322 of file Matchers.h.
Value* mlir::detail::AnyCapturedValueMatcher::what |
Definition at line 320 of file Matchers.h.