LLVM 23.0.0git
llvm::VPlanPatternMatch::match_isa< OpTy, To > Struct Template Reference

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

template<typename FromTy>
bool match (FromTy *V) const

Public Attributes

OpTy Op

Detailed Description

template<typename OpTy, typename... To>
struct llvm::VPlanPatternMatch::match_isa< OpTy, To >

Definition at line 222 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match()

template<typename OpTy, typename... To>
template<typename FromTy>
bool llvm::VPlanPatternMatch::match_isa< OpTy, To >::match ( FromTy * V) const
inline

Definition at line 225 of file VPlanPatternMatch.h.

References llvm::isa(), and Op.

Member Data Documentation

◆ Op

template<typename OpTy, typename... To>
OpTy llvm::VPlanPatternMatch::match_isa< OpTy, To >::Op

Definition at line 223 of file VPlanPatternMatch.h.

Referenced by match().


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