LLVM 22.0.0git
llvm::VPlanPatternMatch::IntrinsicID_match Struct Reference

Intrinsic matchers. More...

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

 IntrinsicID_match (Intrinsic::ID IntrID)
template<typename OpTy>
bool match (OpTy *V) const

Public Attributes

unsigned ID

Detailed Description

Intrinsic matchers.

Definition at line 617 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ IntrinsicID_match()

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

Definition at line 620 of file VPlanPatternMatch.h.

References ID.

Member Function Documentation

◆ match()

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

Definition at line 622 of file VPlanPatternMatch.h.

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

Member Data Documentation

◆ ID

unsigned llvm::VPlanPatternMatch::IntrinsicID_match::ID

Definition at line 618 of file VPlanPatternMatch.h.

Referenced by IntrinsicID_match(), and match().


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