LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::bind_const_intval_ty Struct Reference

#include <PatternMatch.h>

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

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

llvm::PatternMatch::bind_const_intval_ty::bind_const_intval_ty ( uint64_t &  V)
inline

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

uint64_t& llvm::PatternMatch::bind_const_intval_ty::VR

Definition at line 351 of file PatternMatch.h.

Referenced by match().


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