LLVM API Documentation
specificval_ty - Match a specified Value*. More...
#include <PatternMatch.h>

Public Member Functions | |
| specificval_ty (const Value *V) | |
| template<typename ITy > | |
| bool | match (ITy *V) |
Public Attributes | |
| const Value * | Val |
specificval_ty - Match a specified Value*.
Definition at line 312 of file PatternMatch.h.
| llvm::PatternMatch::specificval_ty::specificval_ty | ( | const Value * | V | ) | [inline] |
Definition at line 314 of file PatternMatch.h.
| bool llvm::PatternMatch::specificval_ty::match | ( | ITy * | V | ) | [inline] |
Definition at line 317 of file PatternMatch.h.
References Val.
Definition at line 313 of file PatternMatch.h.
Referenced by match().