LLVM 22.0.0git
llvm::PatternMatch::bind_immconstant_ty Struct Reference

#include "llvm/IR/PatternMatch.h"

Inheritance diagram for llvm::PatternMatch::bind_immconstant_ty:
[legend]

Public Member Functions

 bind_immconstant_ty (Constant *&V)
template<typename ITy>
bool match (ITy *V) const

Public Attributes

Constant *& VR

Additional Inherited Members

Static Public Member Functions inherited from llvm::PatternMatch::immconstant_ty
template<typename ITy>
static bool isImmConstant (ITy *V)

Detailed Description

Definition at line 933 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ bind_immconstant_ty()

llvm::PatternMatch::bind_immconstant_ty::bind_immconstant_ty ( Constant *& V)
inline

Definition at line 936 of file PatternMatch.h.

References VR.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ VR

Constant*& llvm::PatternMatch::bind_immconstant_ty::VR

Definition at line 934 of file PatternMatch.h.

Referenced by bind_immconstant_ty(), and match().


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