struct Argument_match

Declaration

template <typename Opnd_t>
struct Argument_match { /* full declaration omitted */ };

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

Templates

Opnd_t

Member Variables

public unsigned int OpI
public Opnd_t Val

Method Overview

Methods

Argument_match<Opnd_t>(unsigned int OpIdx,
                       const Opnd_t& V)

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

Parameters

unsigned int OpIdx
const Opnd_t& V

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

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

Templates

OpTy

Parameters

OpTy* V