LLVM 22.0.0git
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 67 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ specificval_ty()

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

Definition at line 70 of file VPlanPatternMatch.h.

References Val.

Member Function Documentation

◆ match()

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

Definition at line 72 of file VPlanPatternMatch.h.

References Val.

Member Data Documentation

◆ Val

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

Definition at line 68 of file VPlanPatternMatch.h.

Referenced by match(), and specificval_ty().


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