LLVM 22.0.0git
llvm::VPlanPatternMatch::bind_ty< Class > Struct Template Reference

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

 bind_ty (Class *&V)
template<typename ITy>
bool match (ITy *V) const

Public Attributes

Class *& VR

Detailed Description

template<typename Class>
struct llvm::VPlanPatternMatch::bind_ty< Class >

Definition at line 52 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ bind_ty()

template<typename Class>
llvm::VPlanPatternMatch::bind_ty< Class >::bind_ty ( Class *& V)
inline

Definition at line 55 of file VPlanPatternMatch.h.

References VR.

Member Function Documentation

◆ match()

template<typename Class>
template<typename ITy>
bool llvm::VPlanPatternMatch::bind_ty< Class >::match ( ITy * V) const
inline

Definition at line 57 of file VPlanPatternMatch.h.

References llvm::dyn_cast(), and VR.

Member Data Documentation

◆ VR

template<typename Class>
Class*& llvm::VPlanPatternMatch::bind_ty< Class >::VR

Definition at line 53 of file VPlanPatternMatch.h.

Referenced by bind_ty(), and match().


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