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

Match a specified basic block value. More...

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 specific_bbval (BasicBlock *Val)
 
template<typename ITy >
bool match (ITy *V)
 

Public Attributes

BasicBlockVal
 

Detailed Description

Match a specified basic block value.

Definition at line 939 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ specific_bbval()

llvm::PatternMatch::specific_bbval::specific_bbval ( BasicBlock Val)
inline

Definition at line 942 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename ITy >
bool llvm::PatternMatch::specific_bbval::match ( ITy *  V)
inline

Definition at line 944 of file PatternMatch.h.

References Val.

Member Data Documentation

◆ Val

BasicBlock* llvm::PatternMatch::specific_bbval::Val

Definition at line 940 of file PatternMatch.h.

Referenced by match().


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