struct VPlanIngredient
Declaration
struct VPlanIngredient { /* full declaration omitted */ };
Declared at: llvm/lib/Transforms/Vectorize/VPlan.h:2790
Member Variables
- public const llvm::Value* V
Method Overview
- public VPlanIngredient(const llvm::Value * V)
- public void print(llvm::raw_ostream & O) const
Methods
¶VPlanIngredient(const llvm::Value* V)
VPlanIngredient(const llvm::Value* V)
Declared at: llvm/lib/Transforms/Vectorize/VPlan.h:2793
Parameters
- const llvm::Value* V
¶void print(llvm::raw_ostream& O) const
void print(llvm::raw_ostream& O) const
Declared at: llvm/lib/Transforms/Vectorize/VPlan.h:2795