LLVM 20.0.0git
|
Stores a reference to the Value *, not the Value * itself, thus can be used in commutative matchers. More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
deferredval_ty (Class *const &V) | |
template<typename ITy > | |
bool | match (ITy *const V) |
Public Attributes | |
Class *const & | Val |
Stores a reference to the Value *, not the Value * itself, thus can be used in commutative matchers.
Definition at line 889 of file PatternMatch.h.
|
inline |
Definition at line 892 of file PatternMatch.h.
|
inline |
Definition at line 894 of file PatternMatch.h.
References llvm::PatternMatch::deferredval_ty< Class >::Val.
Class* const& llvm::PatternMatch::deferredval_ty< Class >::Val |
Definition at line 890 of file PatternMatch.h.
Referenced by llvm::PatternMatch::deferredval_ty< Class >::match().