LLVM 22.0.0git
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) const

Public Attributes

BasicBlock *& Succ

Detailed Description

Definition at line 2320 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ br_match()

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

Definition at line 2323 of file PatternMatch.h.

References Succ.

Member Function Documentation

◆ match()

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

Definition at line 2325 of file PatternMatch.h.

References llvm::dyn_cast(), and Succ.

Member Data Documentation

◆ Succ

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

Definition at line 2321 of file PatternMatch.h.

Referenced by br_match(), and match().


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