LLVM
8.0.1
|
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 506 of file PatternMatch.h.
|
inline |
Definition at line 509 of file PatternMatch.h.
|
inline |
Definition at line 511 of file PatternMatch.h.
Class* const& llvm::PatternMatch::deferredval_ty< Class >::Val |
Definition at line 507 of file PatternMatch.h.