LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::VPlanPatternMatch::detail::MatchRecipeAndOpcode< Opcode, RecipeTy, RecipeTys... > Struct Template Reference

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Static Public Member Functions

static bool match (const VPRecipeBase *R)
 

Detailed Description

template<unsigned Opcode, typename RecipeTy, typename... RecipeTys>
struct llvm::VPlanPatternMatch::detail::MatchRecipeAndOpcode< Opcode, RecipeTy, RecipeTys... >

Definition at line 123 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match()

template<unsigned Opcode, typename RecipeTy , typename... RecipeTys>
static bool llvm::VPlanPatternMatch::detail::MatchRecipeAndOpcode< Opcode, RecipeTy, RecipeTys... >::match ( const VPRecipeBase R)
inlinestatic

Definition at line 124 of file VPlanPatternMatch.h.


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