| 
    MLIR 22.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.
References what.
Definition at line 322 of file Matchers.h.
References what.
| Value* mlir::detail::AnyCapturedValueMatcher::what | 
Definition at line 320 of file Matchers.h.
Referenced by AnyCapturedValueMatcher(), and match().