LLVM 24.0.0git
llvm::PatternMatch::SpecificType_match< Pattern > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 SpecificType_match (Type *RefTy, const Pattern &P)
template<typename ITy>
bool match (ITy *V) const

Public Attributes

TypeRefTy
Pattern P

Detailed Description

template<typename Pattern>
struct llvm::PatternMatch::SpecificType_match< Pattern >

Definition at line 1097 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ SpecificType_match()

template<typename Pattern>
llvm::PatternMatch::SpecificType_match< Pattern >::SpecificType_match ( Type * RefTy,
const Pattern & P )
inline

Definition at line 1101 of file PatternMatch.h.

References P, and RefTy.

Member Function Documentation

◆ match()

template<typename Pattern>
template<typename ITy>
bool llvm::PatternMatch::SpecificType_match< Pattern >::match ( ITy * V) const
inline

Definition at line 1103 of file PatternMatch.h.

References P, and RefTy.

Member Data Documentation

◆ P

Definition at line 1099 of file PatternMatch.h.

Referenced by match(), and SpecificType_match().

◆ RefTy

Definition at line 1098 of file PatternMatch.h.

Referenced by match(), and SpecificType_match().


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