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

Public Attributes

BasicBlockVal

Detailed Description

Match a specified basic block value.

Definition at line 1081 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ specific_bbval()

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

Definition at line 1084 of file PatternMatch.h.

References Val.

Member Function Documentation

◆ match()

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

Definition at line 1086 of file PatternMatch.h.

References llvm::dyn_cast(), and Val.

Member Data Documentation

◆ Val

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

Definition at line 1082 of file PatternMatch.h.

Referenced by match(), and specific_bbval().


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