LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::Exact_match< SubPattern_t > Struct Template Reference

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::Exact_match< SubPattern_t >:
Collaboration graph
[legend]

Public Member Functions

 Exact_match (const SubPattern_t &SP)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

SubPattern_t SubPattern
 

Detailed Description

template<typename SubPattern_t>
struct llvm::PatternMatch::Exact_match< SubPattern_t >

Definition at line 550 of file PatternMatch.h.

Constructor & Destructor Documentation

template<typename SubPattern_t >
llvm::PatternMatch::Exact_match< SubPattern_t >::Exact_match ( const SubPattern_t &  SP)
inline

Definition at line 553 of file PatternMatch.h.

Member Function Documentation

template<typename SubPattern_t >
template<typename OpTy >
bool llvm::PatternMatch::Exact_match< SubPattern_t >::match ( OpTy *  V)
inline

Member Data Documentation

template<typename SubPattern_t >
SubPattern_t llvm::PatternMatch::Exact_match< SubPattern_t >::SubPattern

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