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

#include "llvm/IR/PatternMatch.h"

Collaboration diagram for llvm::PatternMatch::bind_ty< Class >:
Collaboration graph
[legend]

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 460 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 463 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 465 of file PatternMatch.h.

Member Data Documentation

◆ VR

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

Definition at line 461 of file PatternMatch.h.


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