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::IntrinsicID_match Struct Reference

Intrinsic matchers. More...

#include <PatternMatch.h>

Collaboration diagram for llvm::PatternMatch::IntrinsicID_match:
Collaboration graph
[legend]

Public Member Functions

 IntrinsicID_match (Intrinsic::ID IntrID)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

unsigned ID
 

Detailed Description

Intrinsic matchers.

Definition at line 1042 of file PatternMatch.h.

Constructor & Destructor Documentation

llvm::PatternMatch::IntrinsicID_match::IntrinsicID_match ( Intrinsic::ID  IntrID)
inline

Definition at line 1044 of file PatternMatch.h.

Member Function Documentation

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

Definition at line 1047 of file PatternMatch.h.

References llvm::dyn_cast(), llvm::IntrinsicInst::getIntrinsicID(), and ID.

Member Data Documentation

unsigned llvm::PatternMatch::IntrinsicID_match::ID

Definition at line 1043 of file PatternMatch.h.

Referenced by match().


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