|
LLVM 23.0.0git
|
Matcher for a specific value, but stores a reference to the value, not the value itself. More...
#include "llvm/Support/PatternMatchHelpers.h"
Public Member Functions | |
| match_deferred (Ty *const &V) | |
| template<typename ITy> | |
| bool | match (ITy *const V) const |
Public Attributes | |
| Ty *const & | Val |
Matcher for a specific value, but stores a reference to the value, not the value itself.
Definition at line 85 of file PatternMatchHelpers.h.
|
inline |
Definition at line 87 of file PatternMatchHelpers.h.
References Val.
|
inline |
Definition at line 88 of file PatternMatchHelpers.h.
References Val.
| Ty* const& llvm::PatternMatchHelpers::match_deferred< Ty >::Val |
Definition at line 86 of file PatternMatchHelpers.h.
Referenced by match(), and match_deferred().