LLVM 22.0.0git
llvm::VPlanPatternMatch::match_combine_or< LTy, RTy > Struct Template Reference

Matching combinators. More...

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

 match_combine_or (const LTy &Left, const RTy &Right)
template<typename ITy>
bool match (ITy *V) const

Public Attributes

LTy L
RTy R

Detailed Description

template<typename LTy, typename RTy>
struct llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >

Matching combinators.

Definition at line 159 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ match_combine_or()

template<typename LTy, typename RTy>
llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::match_combine_or ( const LTy & Left,
const RTy & Right )
inline

Definition at line 163 of file VPlanPatternMatch.h.

References L, llvm::Left, R, and llvm::Right.

Member Function Documentation

◆ match()

template<typename LTy, typename RTy>
template<typename ITy>
bool llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::match ( ITy * V) const
inline

Definition at line 165 of file VPlanPatternMatch.h.

References L, and R.

Member Data Documentation

◆ L

template<typename LTy, typename RTy>
LTy llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::L

Definition at line 160 of file VPlanPatternMatch.h.

Referenced by match(), and match_combine_or().

◆ R

template<typename LTy, typename RTy>
RTy llvm::VPlanPatternMatch::match_combine_or< LTy, RTy >::R

Definition at line 161 of file VPlanPatternMatch.h.

Referenced by match(), and match_combine_or().


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