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

#include "Transforms/Vectorize/VPlanPatternMatch.h"

Public Member Functions

 bind_const_int (uint64_t &Res)
bool match (VPValue *VPV) const

Public Attributes

uint64_tRes

Detailed Description

Definition at line 176 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

◆ bind_const_int()

llvm::VPlanPatternMatch::bind_const_int::bind_const_int ( uint64_t & Res)
inline

Definition at line 179 of file VPlanPatternMatch.h.

References Res.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ Res

uint64_t& llvm::VPlanPatternMatch::bind_const_int::Res

Definition at line 177 of file VPlanPatternMatch.h.

Referenced by bind_const_int(), and match().


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