LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::bind_const_intval_ty Struct Reference

#include "llvm/IR/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 545 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ bind_const_intval_ty()

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

Definition at line 548 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 550 of file PatternMatch.h.

References UINT64_MAX.

Member Data Documentation

◆ VR

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

Definition at line 546 of file PatternMatch.h.


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