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

Intrinsic matchers. More...

#include "llvm/IR/PatternMatch.h"

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

Constructor & Destructor Documentation

◆ IntrinsicID_match()

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

Definition at line 2317 of file PatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 2319 of file PatternMatch.h.

References F, and ID.

Member Data Documentation

◆ ID

unsigned llvm::PatternMatch::IntrinsicID_match::ID

Definition at line 2315 of file PatternMatch.h.

Referenced by match().


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