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 879 of file PatternMatch.h.
|
inline |
Definition at line 882 of file PatternMatch.h.
|
inline |
Definition at line 884 of file PatternMatch.h.
References llvm::PatternMatch::deferredval_ty< Class >::Val.
Class* const& llvm::PatternMatch::deferredval_ty< Class >::Val |
Definition at line 880 of file PatternMatch.h.
Referenced by llvm::PatternMatch::deferredval_ty< Class >::match().