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

Public Attributes

Opnd_t Val

Detailed Description

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

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

References Val.

Member Function Documentation

◆ match()

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

Definition at line 3103 of file PatternMatch.h.

References llvm::dyn_cast(), I, and Val.

Member Data Documentation

◆ Val

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

Definition at line 3100 of file PatternMatch.h.

Referenced by ExtractValue_match(), and match().


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