LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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)
 

Public Attributes

Class *& VR
 

Detailed Description

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

Definition at line 39 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 42 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 44 of file VPlanPatternMatch.h.

References llvm::VPlanPatternMatch::bind_ty< Class >::VR.

Member Data Documentation

◆ VR

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

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