LLVM: llvm::PatternMatch::br_match Struct Reference (original) (raw)

#include "[llvm/IR/PatternMatch.h](PatternMatch%5F8h%5Fsource.html)"

Public Member Functions
br_match (BasicBlock *&Succ)
template
bool match (OpTy *V) const
Public Attributes
BasicBlock *& Succ

Detailed Description

Definition at line 2366 of file PatternMatch.h.

Constructor & Destructor Documentation

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

Definition at line 2369 of file PatternMatch.h.

References Succ.

Member Function Documentation

match()

template

bool llvm::PatternMatch::br_match::match ( OpTy * V) const inline

Definition at line 2371 of file PatternMatch.h.

References llvm::dyn_cast(), and Succ.

Member Data Documentation

Succ

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

Definition at line 2367 of file PatternMatch.h.

Referenced by br_match(), and match().


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