Home
last modified time | relevance | path

Searched defs:AnyValueMatcher (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DMatchers.h164 struct AnyValueMatcher { struct
165 bool match(Value op) const { return true; } in match()