|
LLVM 23.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) const |
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 986 of file PatternMatch.h.
|
inline |
Definition at line 989 of file PatternMatch.h.
References Val.
|
inline |
Definition at line 991 of file PatternMatch.h.
References Val.
| Class* const& llvm::PatternMatch::deferredval_ty< Class >::Val |
Definition at line 987 of file PatternMatch.h.
Referenced by deferredval_ty(), and match().