LLVM 17.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::VPlanIngredient Struct Reference

#include "Transforms/Vectorize/VPlan.h"

Collaboration diagram for llvm::VPlanIngredient:
Collaboration graph
[legend]

Public Member Functions

 VPlanIngredient (const Value *V)
 
void print (raw_ostream &O) const
 

Public Attributes

const ValueV
 

Detailed Description

Definition at line 2466 of file VPlan.h.

Constructor & Destructor Documentation

◆ VPlanIngredient()

llvm::VPlanIngredient::VPlanIngredient ( const Value V)
inline

Definition at line 2469 of file VPlan.h.

Member Function Documentation

◆ print()

void VPlanIngredient::print ( raw_ostream O) const

Definition at line 993 of file VPlan.cpp.

References E, and I.

Member Data Documentation

◆ V

const Value* llvm::VPlanIngredient::V

Definition at line 2467 of file VPlan.h.


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