LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::Exact_match< SubPattern_t > Struct Template Reference

#include "llvm/IR/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 962 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ Exact_match()

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

Definition at line 965 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 967 of file PatternMatch.h.

Member Data Documentation

◆ SubPattern

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

Definition at line 963 of file PatternMatch.h.


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