LLVM 22.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 221 of file VPlanHelpers.h.

Member Data Documentation

◆ VPV2Scalars

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

Definition at line 226 of file VPlanHelpers.h.

◆ VPV2Vector

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

Definition at line 224 of file VPlanHelpers.h.


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