LLVM API Documentation

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

#include <PatternMatch.h>

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

List of all members.

Public Member Functions

 bind_const_intval_ty (uint64_t &V)
template<typename ITy >
bool match (ITy *V)

Public Attributes

uint64_t & VR

Detailed Description

Definition at line 350 of file PatternMatch.h.


Constructor & Destructor Documentation

Definition at line 352 of file PatternMatch.h.


Member Function Documentation

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

Definition at line 355 of file PatternMatch.h.

References VR.


Member Data Documentation

Definition at line 351 of file PatternMatch.h.

Referenced by match().


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