LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::ExtractValue_match< Ind, Opnd_t > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 ExtractValue_match (const Opnd_t &V)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

Opnd_t Val
 

Detailed Description

template<int Ind, typename Opnd_t>
struct llvm::PatternMatch::ExtractValue_match< Ind, Opnd_t >

Definition at line 2689 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ ExtractValue_match()

template<int Ind, typename Opnd_t >
llvm::PatternMatch::ExtractValue_match< Ind, Opnd_t >::ExtractValue_match ( const Opnd_t &  V)
inline

Definition at line 2691 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<int Ind, typename Opnd_t >
template<typename OpTy >
bool llvm::PatternMatch::ExtractValue_match< Ind, Opnd_t >::match ( OpTy *  V)
inline

Member Data Documentation

◆ Val

template<int Ind, typename Opnd_t >
Opnd_t llvm::PatternMatch::ExtractValue_match< Ind, Opnd_t >::Val

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