LLVM 22.0.0git
llvm::VPlanPatternMatch::bind_apint Struct Reference

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

 bind_apint (const APInt *&Res)
bool match (VPValue *VPV) const

Public Attributes

const APInt *& Res

Detailed Description

Definition at line 176 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ bind_apint()

llvm::VPlanPatternMatch::bind_apint::bind_apint ( const APInt *& Res)
inline

Definition at line 179 of file VPlanPatternMatch.h.

References Res.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ Res

const APInt*& llvm::VPlanPatternMatch::bind_apint::Res

Definition at line 177 of file VPlanPatternMatch.h.

Referenced by bind_apint(), and match().


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