LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::IntrinsicID_match Struct Reference

Intrinsic matchers. More...

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

Constructor & Destructor Documentation

◆ IntrinsicID_match()

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

Definition at line 1505 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 1507 of file PatternMatch.h.

References F(), T1, and llvm::X86II::T8.

Member Data Documentation

◆ ID

unsigned llvm::PatternMatch::IntrinsicID_match::ID

Definition at line 1503 of file PatternMatch.h.


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