LLVM 23.0.0git
llvm::PatternMatchHelpers::match_combine_and< Tys > Struct Template Reference

Matching and combinator leaf case. More...

#include "llvm/Support/PatternMatchHelpers.h"

Inheritance diagram for llvm::PatternMatchHelpers::match_combine_and< Tys >:
[legend]

Public Member Functions

template<typename ITy>
bool match (ITy *) const

Detailed Description

template<typename... Tys>
struct llvm::PatternMatchHelpers::match_combine_and< Tys >

Matching and combinator leaf case.

Definition at line 38 of file PatternMatchHelpers.h.

Member Function Documentation

◆ match()

template<typename... Tys>
template<typename ITy>
bool llvm::PatternMatchHelpers::match_combine_and< Tys >::match ( ITy * ) const
inline

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