LLVM  8.0.1
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 (Value *V)
 

Public Attributes

ValueV
 

Detailed Description

Definition at line 1291 of file VPlan.h.

Constructor & Destructor Documentation

◆ VPlanIngredient()

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

Definition at line 1294 of file VPlan.h.

Member Data Documentation

◆ V

Value* llvm::VPlanIngredient::V

Definition at line 1292 of file VPlan.h.

Referenced by llvm::operator<<().


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