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

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Inheritance diagram for llvm::VPlanPatternMatch::match_combine_and< LTy, RTy >:
[legend]

Public Member Functions

 match_combine_and (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_and< LTy, RTy >

Definition at line 170 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ match_combine_and()

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

Definition at line 174 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 176 of file VPlanPatternMatch.h.

Member Data Documentation

◆ L

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

Definition at line 171 of file VPlanPatternMatch.h.

◆ R

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

Definition at line 172 of file VPlanPatternMatch.h.


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