LLVM 22.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 1010 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 1013 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 1015 of file PatternMatch.h.

References llvm::APInt::getActiveBits(), llvm::APInt::getZExtValue(), match(), and VR.

Referenced by match().

Member Data Documentation

◆ VR

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

Definition at line 1011 of file PatternMatch.h.

Referenced by bind_const_intval_ty(), and match().


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