LLVM 20.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
bind_ty (Class *&V) | |
template<typename ITy > | |
bool | match (ITy *V) |
Public Attributes | |
Class *& | VR |
Definition at line 797 of file PatternMatch.h.
|
inline |
Definition at line 800 of file PatternMatch.h.
|
inline |
Definition at line 802 of file PatternMatch.h.
References llvm::PatternMatch::bind_ty< Class >::VR.
Class*& llvm::PatternMatch::bind_ty< Class >::VR |
Definition at line 798 of file PatternMatch.h.
Referenced by llvm::PatternMatch::bind_ty< Class >::match().