LLVM 23.0.0git
llvm::VPlanPatternMatch::match_isapred< To > Struct Template Reference

A match-wrapper around isa. More...

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

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

Detailed Description

template<typename... To>
struct llvm::VPlanPatternMatch::match_isapred< To >

A match-wrapper around isa.

Definition at line 47 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 48 of file VPlanPatternMatch.h.

References llvm::isa().


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