LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes > Struct Template Reference

SpecificCmp_match is a variant of Cmp_match that matches the comparison predicate, instead of binding it. More...

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

 SpecificCmp_match (CmpPredicate Pred, const Op0_t &LHS, const Op1_t &RHS)
 
bool match (const VPValue *V) const
 

Public Attributes

const CmpPredicate Predicate
 
Op0_t Op0
 
Op1_t Op1
 

Detailed Description

template<typename Op0_t, typename Op1_t, unsigned... Opcodes>
struct llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >

SpecificCmp_match is a variant of Cmp_match that matches the comparison predicate, instead of binding it.

Definition at line 470 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ SpecificCmp_match()

template<typename Op0_t , typename Op1_t , unsigned... Opcodes>
llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::SpecificCmp_match ( CmpPredicate  Pred,
const Op0_t LHS,
const Op1_t RHS 
)
inline

Definition at line 475 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match()

template<typename Op0_t , typename Op1_t , unsigned... Opcodes>
bool llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::match ( const VPValue V) const
inline

Member Data Documentation

◆ Op0

template<typename Op0_t , typename Op1_t , unsigned... Opcodes>
Op0_t llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::Op0

◆ Op1

template<typename Op0_t , typename Op1_t , unsigned... Opcodes>
Op1_t llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::Op1

◆ Predicate

template<typename Op0_t , typename Op1_t , unsigned... Opcodes>
const CmpPredicate llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::Predicate

Definition at line 471 of file VPlanPatternMatch.h.


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