LLVM API Documentation

Public Member Functions | Public Attributes
llvm::PatternMatch::IntrinsicID_match Struct Reference

Intrinsic matchers. More...

#include <PatternMatch.h>

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

List of all members.

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 1155 of file PatternMatch.h.


Constructor & Destructor Documentation

Definition at line 1157 of file PatternMatch.h.


Member Function Documentation

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

Definition at line 1160 of file PatternMatch.h.

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


Member Data Documentation

Definition at line 1156 of file PatternMatch.h.

Referenced by match().


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