LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::bind_ty< Class > Struct Template Reference

#include "llvm/IR/PatternMatch.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::PatternMatch::bind_ty< Class >

Definition at line 746 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ bind_ty()

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

Definition at line 749 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 751 of file PatternMatch.h.

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

Member Data Documentation

◆ VR

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

Definition at line 747 of file PatternMatch.h.

Referenced by llvm::PatternMatch::bind_ty< Class >::match().


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