LLVM 23.0.0git
llvm::PatternMatch::IntrinsicIDs_match< IntrIDs > Struct Template Reference

Match intrinsic calls with any of the given IDs. More...

#include "llvm/IR/PatternMatch.h"

Public Member Functions

template<typename OpTy>
bool match (OpTy *V) const

Detailed Description

template<Intrinsic::ID... IntrIDs>
struct llvm::PatternMatch::IntrinsicIDs_match< IntrIDs >

Match intrinsic calls with any of the given IDs.

Definition at line 2809 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<Intrinsic::ID... IntrIDs>
template<typename OpTy>
bool llvm::PatternMatch::IntrinsicIDs_match< IntrIDs >::match ( OpTy * V) const
inline

Definition at line 2810 of file PatternMatch.h.

References llvm::dyn_cast(), llvm::dyn_cast_or_null(), and F.


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