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 3260 of file VPlan.h.

Constructor & Destructor Documentation

◆ VPlanIngredient()

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

Definition at line 3263 of file VPlan.h.

Member Function Documentation

◆ print()

void VPlanIngredient::print ( raw_ostream O) const

Definition at line 1249 of file VPlan.cpp.

References I.

Member Data Documentation

◆ V

const Value* llvm::VPlanIngredient::V

Definition at line 3261 of file VPlan.h.


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