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

#include "mlir/IR/PatternMatch.h"

Static Public Member Functions

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

Detailed Description

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

Definition at line 1309 of file PatternMatch.h.

Member Function Documentation

◆ processAsResult()

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

Definition at line 1310 of file PatternMatch.h.

References mlir::PDLResultList::push_back().


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