MLIR  18.0.0git
Static Public Member Functions | List of all members
mlir::detail::pdl_function_builder::ProcessPDLValue< SmallVector< Type, N > > Struct Template Reference

#include "mlir/IR/PatternMatch.h"

Static Public Member Functions

static void processAsResult (PatternRewriter &, PDLResultList &results, SmallVector< Type, N > values)
 

Detailed Description

template<unsigned N>
struct mlir::detail::pdl_function_builder::ProcessPDLValue< SmallVector< Type, N > >

Definition at line 1275 of file PatternMatch.h.

Member Function Documentation

◆ processAsResult()

template<unsigned N>
static void mlir::detail::pdl_function_builder::ProcessPDLValue< SmallVector< Type, N > >::processAsResult ( PatternRewriter ,
PDLResultList results,
SmallVector< Type, N >  values 
)
inlinestatic

Definition at line 1276 of file PatternMatch.h.

References mlir::PDLResultList::push_back().


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