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

#include "llvm/IR/PatternMatch.h"

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

Public Member Functions

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

Public Attributes

BasicBlock *& Succ
 

Detailed Description

Definition at line 1213 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ br_match()

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

Definition at line 1216 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 1218 of file PatternMatch.h.

Member Data Documentation

◆ Succ

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

Definition at line 1214 of file PatternMatch.h.


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