LLVM 23.0.0git
llvm::VPTransformState::DataState Struct Reference

#include "Transforms/Vectorize/VPlanHelpers.h"

Public Attributes

DenseMap< const VPValue *, Value * > VPV2Vector
DenseMap< const VPValue *, SmallVector< Value *, 4 > > VPV2Scalars

Detailed Description

Definition at line 215 of file VPlanHelpers.h.

Member Data Documentation

◆ VPV2Scalars

DenseMap<const VPValue *, SmallVector<Value *, 4> > llvm::VPTransformState::DataState::VPV2Scalars

Definition at line 220 of file VPlanHelpers.h.

◆ VPV2Vector

DenseMap<const VPValue *, Value *> llvm::VPTransformState::DataState::VPV2Vector

Definition at line 218 of file VPlanHelpers.h.


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