LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::VPlanPatternMatch::specificval_ty Struct Reference

Match a specified VPValue. More...

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

 specificval_ty (const VPValue *V)
 
bool match (VPValue *VPV) const
 

Public Attributes

const VPValueVal
 

Detailed Description

Match a specified VPValue.

Definition at line 59 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ specificval_ty()

llvm::VPlanPatternMatch::specificval_ty::specificval_ty ( const VPValue V)
inline

Definition at line 62 of file VPlanPatternMatch.h.

Member Function Documentation

◆ match()

bool llvm::VPlanPatternMatch::specificval_ty::match ( VPValue VPV) const
inline

Definition at line 64 of file VPlanPatternMatch.h.

References Val.

Member Data Documentation

◆ Val

const VPValue* llvm::VPlanPatternMatch::specificval_ty::Val

Definition at line 60 of file VPlanPatternMatch.h.

Referenced by match().


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