LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::br_match Struct Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::br_match:
[legend]

Public Member Functions

 br_match (BasicBlock *&Succ)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

BasicBlock *& Succ
 

Detailed Description

Definition at line 908 of file PatternMatch.h.

Constructor & Destructor Documentation

llvm::PatternMatch::br_match::br_match ( BasicBlock *&  Succ)
inline

Definition at line 910 of file PatternMatch.h.

Member Function Documentation

template<typename OpTy >
bool llvm::PatternMatch::br_match::match ( OpTy *  V)
inline

Definition at line 912 of file PatternMatch.h.

References Succ.

Member Data Documentation

BasicBlock*& llvm::PatternMatch::br_match::Succ

Definition at line 909 of file PatternMatch.h.

Referenced by match().


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