LLVM 23.0.0git
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) const

Public Attributes

uint64_tVR

Detailed Description

Definition at line 1086 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 1089 of file PatternMatch.h.

References VR.

Member Function Documentation

◆ match()

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

Definition at line 1091 of file PatternMatch.h.

References match(), llvm::APInt::tryZExtValue(), and VR.

Referenced by match().

Member Data Documentation

◆ VR

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

Definition at line 1087 of file PatternMatch.h.

Referenced by bind_const_intval_ty(), and match().


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