LLVM API Documentation

Public Member Functions | Public Attributes
llvm::PatternMatch::specificval_ty Struct Reference

specificval_ty - Match a specified Value*. More...

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::specificval_ty:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 specificval_ty (const Value *V)
template<typename ITy >
bool match (ITy *V)

Public Attributes

const ValueVal

Detailed Description

specificval_ty - Match a specified Value*.

Definition at line 312 of file PatternMatch.h.


Constructor & Destructor Documentation

Definition at line 314 of file PatternMatch.h.


Member Function Documentation

template<typename ITy >
bool llvm::PatternMatch::specificval_ty::match ( ITy *  V) [inline]

Definition at line 317 of file PatternMatch.h.

References Val.


Member Data Documentation

Definition at line 313 of file PatternMatch.h.

Referenced by match().


The documentation for this struct was generated from the following file: