struct ExtractValue_match
Declaration
template <int Ind, typename Opnd_t>
struct ExtractValue_match { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/PatternMatch.h:1986
Templates
- int Ind
- Opnd_t
Member Variables
- public Opnd_t Val
Method Overview
- public ExtractValue_match<Ind, Opnd_t>(const Opnd_t & V)
- public template <typename OpTy>bool match(OpTy * V)
Methods
¶ExtractValue_match<Ind, Opnd_t>(const Opnd_t& V)
ExtractValue_match<Ind, Opnd_t>(const Opnd_t& V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:1988
Parameters
- const Opnd_t& V
¶template <typename OpTy>
bool match(OpTy* V)
template <typename OpTy>
bool match(OpTy* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:1990
Templates
- OpTy
Parameters
- OpTy* V