LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::PatternMatch::brc_match< Cond_t > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::brc_match< Cond_t >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 brc_match (const Cond_t &C, BasicBlock *&t, BasicBlock *&f)
template<typename OpTy>
bool match (OpTy *V)

Public Attributes

Cond_t Cond
BasicBlock *& T
BasicBlock *& F

Detailed Description

template<typename Cond_t>
struct llvm::PatternMatch::brc_match< Cond_t >

Definition at line 261 of file PatternMatch.h.


Constructor & Destructor Documentation

template<typename Cond_t>
llvm::PatternMatch::brc_match< Cond_t >::brc_match const Cond_t &  C,
BasicBlock *&  t,
BasicBlock *&  f
[inline]
 

Definition at line 264 of file PatternMatch.h.


Member Function Documentation

template<typename Cond_t>
template<typename OpTy>
bool llvm::PatternMatch::brc_match< Cond_t >::match OpTy *  V  )  [inline]
 

Definition at line 269 of file PatternMatch.h.

References llvm::PatternMatch::brc_match< Cond_t >::Cond, llvm::PatternMatch::brc_match< Cond_t >::F, and llvm::PatternMatch::brc_match< Cond_t >::T.


Member Data Documentation

template<typename Cond_t>
Cond_t llvm::PatternMatch::brc_match< Cond_t >::Cond
 

Definition at line 262 of file PatternMatch.h.

Referenced by llvm::PatternMatch::brc_match< Cond_t >::match().

template<typename Cond_t>
BasicBlock *& llvm::PatternMatch::brc_match< Cond_t >::F
 

Definition at line 263 of file PatternMatch.h.

Referenced by llvm::PatternMatch::brc_match< Cond_t >::match().

template<typename Cond_t>
BasicBlock*& llvm::PatternMatch::brc_match< Cond_t >::T
 

Definition at line 263 of file PatternMatch.h.

Referenced by llvm::PatternMatch::brc_match< Cond_t >::match().


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