LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
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.

Member Function Documentation

◆ match()

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

Definition at line 938 of file PatternMatch.h.

References llvm::PatternMatch::immconstant_ty::isImmConstant(), and VR.

Member Data Documentation

◆ VR

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

Definition at line 934 of file PatternMatch.h.

Referenced by match().


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