LLVM API Documentation
#include <PatternMatch.h>
Public Member Functions | |
IntrinsicID_match (Intrinsic::ID IntrID) | |
template<typename OpTy > | |
bool | match (OpTy *V) |
Public Attributes | |
unsigned | ID |
Intrinsic matchers.
Definition at line 1155 of file PatternMatch.h.
llvm::PatternMatch::IntrinsicID_match::IntrinsicID_match | ( | Intrinsic::ID | IntrID | ) | [inline] |
Definition at line 1157 of file PatternMatch.h.
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.
Definition at line 1156 of file PatternMatch.h.
Referenced by match().