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

#include "Transforms/Vectorize/VPlan.h"

Public Member Functions

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

Public Attributes

const ValueV
 

Detailed Description

Definition at line 3150 of file VPlan.h.

Constructor & Destructor Documentation

◆ VPlanIngredient()

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

Definition at line 3153 of file VPlan.h.

Member Function Documentation

◆ print()

void VPlanIngredient::print ( raw_ostream O) const

Definition at line 1256 of file VPlan.cpp.

References I.

Member Data Documentation

◆ V

const Value* llvm::VPlanIngredient::V

Definition at line 3151 of file VPlan.h.


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