LLVM 20.0.0git
|
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 | |
BasicBlock * | Val |
Match a specified basic block value.
Definition at line 993 of file PatternMatch.h.
|
inline |
Definition at line 996 of file PatternMatch.h.
|
inline |
Definition at line 998 of file PatternMatch.h.
References Val.
BasicBlock* llvm::PatternMatch::specific_bbval::Val |
Definition at line 994 of file PatternMatch.h.
Referenced by match().