MLIR
16.0.0git
|
#include "mlir/IR/PatternMatch.h"
Additional Inherited Members | |
![]() | |
static LogicalResult | verifyAsArg (function_ref< LogicalResult(const Twine &)> errorFn, Type baseValue, size_t argIdx) |
static T | processAsArg (Type baseValue) |
static void | processAsResult (PatternRewriter &, PDLResultList &results, T value) |
![]() | |
static LogicalResult | verifyAsArg (function_ref< LogicalResult(const Twine &)> errorFn, PDLValue pdlValue, size_t argIdx) |
static LogicalResult | verifyAsArg (function_ref< LogicalResult(const Twine &)> errorFn, Type value, size_t argIdx) |
Explicitly add the expected parent API to ensure the parent class implements the necessary API (and doesn't implicitly inherit it from somewhere else). More... | |
static T | processAsArg (PDLValue pdlValue) |
static T | processAsArg (Type baseValue) |
Definition at line 1015 of file PatternMatch.h.