struct CastClass_match

Declaration

template <typename Op_t, unsigned int Opcode>
struct CastClass_match { /* full declaration omitted */ };

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

Templates

Op_t
unsigned int Opcode

Member Variables

public Op_t Op

Method Overview

Methods

CastClass_match<Op_t, Opcode>(const Op_t& OpMatch)

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

Parameters

const Op_t& OpMatch

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

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

Templates

OpTy

Parameters

OpTy* V