|
LLVM 23.0.0git
|
Matcher to bind the captured value. More...
#include "llvm/Support/PatternMatchHelpers.h"
Public Member Functions | |
| match_bind (Ty *&V) | |
| template<typename ITy> | |
| bool | match (ITy *V) const |
Public Attributes | |
| Ty *& | VR |
Matcher to bind the captured value.
Definition at line 92 of file PatternMatchHelpers.h.
|
inline |
Definition at line 94 of file PatternMatchHelpers.h.
References VR.
|
inline |
Definition at line 95 of file PatternMatchHelpers.h.
References llvm::dyn_cast(), and VR.
| Ty*& llvm::PatternMatchHelpers::match_bind< Ty >::VR |
Definition at line 93 of file PatternMatchHelpers.h.
Referenced by match(), and match_bind().