MLIR  18.0.0git
List of all members
mlir::detail::pdl_function_builder::ProcessPDLValue< T, std::enable_if_t< std::is_base_of< Attribute, T >::value > > Struct Template Reference

#include "mlir/IR/PatternMatch.h"

+ Inheritance diagram for mlir::detail::pdl_function_builder::ProcessPDLValue< T, std::enable_if_t< std::is_base_of< Attribute, T >::value > >:

Additional Inherited Members

- Static Public Member Functions inherited from mlir::detail::pdl_function_builder::ProcessDerivedPDLValue< T, Attribute >
static LogicalResult verifyAsArg (function_ref< LogicalResult(const Twine &)> errorFn, Attribute baseValue, size_t argIdx)
 
static T processAsArg (Attribute baseValue)
 
static void processAsResult (PatternRewriter &, PDLResultList &results, T value)
 
- Static Public Member Functions inherited from mlir::detail::pdl_function_builder::ProcessPDLValueBasedOn< T, BaseT >
static LogicalResult verifyAsArg (function_ref< LogicalResult(const Twine &)> errorFn, PDLValue pdlValue, size_t argIdx)
 
static T processAsArg (PDLValue pdlValue)
 
static LogicalResult verifyAsArg (function_ref< LogicalResult(const Twine &)> errorFn, BaseT 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 (BaseT baseValue)
 

Detailed Description

template<typename T>
struct mlir::detail::pdl_function_builder::ProcessPDLValue< T, std::enable_if_t< std::is_base_of< Attribute, T >::value > >

Definition at line 1202 of file PatternMatch.h.


The documentation for this struct was generated from the following file: