LLVM 23.0.0git
llvm::PatternMatchHelpers::match_isa< To > Struct Template Reference

A match-wrapper around isa. More...

#include "llvm/Support/PatternMatchHelpers.h"

Public Member Functions

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

Detailed Description

template<typename... To>
struct llvm::PatternMatchHelpers::match_isa< To >

A match-wrapper around isa.

Definition at line 67 of file PatternMatchHelpers.h.

Member Function Documentation

◆ match()

template<typename... To>
template<typename ArgTy>
bool llvm::PatternMatchHelpers::match_isa< To >::match ( const ArgTy * V) const
inline

Definition at line 68 of file PatternMatchHelpers.h.

References llvm::isa().


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