LLVM 18.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 883 of file PatternMatch.h.
|
inline |
Definition at line 886 of file PatternMatch.h.
|
inline |
Definition at line 888 of file PatternMatch.h.
References Val.
BasicBlock* llvm::PatternMatch::specific_bbval::Val |
Definition at line 884 of file PatternMatch.h.
Referenced by match().