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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

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

Public Attributes

uint64_tVR
 

Detailed Description

Definition at line 869 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 872 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 874 of file PatternMatch.h.

References UINT64_MAX, and VR.

Member Data Documentation

◆ VR

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

Definition at line 870 of file PatternMatch.h.

Referenced by match().


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