struct ExtractValue_match

Declaration

template <int Ind, typename Opnd_t>
struct ExtractValue_match { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/PatternMatch.h:2408

Templates

int Ind
Opnd_t

Member Variables

public Opnd_t Val

Method Overview

Methods

ExtractValue_match<Ind, Opnd_t>(const Opnd_t& V)

Declared at: llvm/include/llvm/IR/PatternMatch.h:2410

Parameters

const Opnd_t& V

template <typename OpTy>
bool match(OpTy* V)

Declared at: llvm/include/llvm/IR/PatternMatch.h:2412

Templates

OpTy

Parameters

OpTy* V