LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::CastClass_match< Op_t, Opcode > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Collaboration diagram for llvm::PatternMatch::CastClass_match< Op_t, Opcode >:
Collaboration graph
[legend]

Public Member Functions

 CastClass_match (const Op_t &OpMatch)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

Op_t Op
 

Detailed Description

template<typename Op_t, unsigned Opcode>
struct llvm::PatternMatch::CastClass_match< Op_t, Opcode >

Definition at line 1136 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ CastClass_match()

template<typename Op_t, unsigned Opcode>
llvm::PatternMatch::CastClass_match< Op_t, Opcode >::CastClass_match ( const Op_t &  OpMatch)
inline

Definition at line 1139 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename Op_t, unsigned Opcode>
template<typename OpTy >
bool llvm::PatternMatch::CastClass_match< Op_t, Opcode >::match ( OpTy *  V)
inline

Member Data Documentation

◆ Op

template<typename Op_t, unsigned Opcode>
Op_t llvm::PatternMatch::CastClass_match< Op_t, Opcode >::Op

Definition at line 1137 of file PatternMatch.h.


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