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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

BasicBlock *& Succ
 

Detailed Description

Definition at line 1967 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ br_match()

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

Definition at line 1970 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 1972 of file PatternMatch.h.

References Succ.

Member Data Documentation

◆ Succ

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

Definition at line 1968 of file PatternMatch.h.

Referenced by match().


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