Home
last modified time | relevance | path

Searched refs:VPlanIngredient (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp701 O << " +\n" << Indent << "\" " << VPlanIngredient(IV) << "\\l\""; in print()
705 O << " " << VPlanIngredient(IV); in print()
1289 O << VPlanIngredient(OriginalPhi); in print()
H A DVPlan.h2449 struct VPlanIngredient { struct
2452 VPlanIngredient(const Value *V) : V(V) {} in VPlanIngredient() argument
2457 inline raw_ostream &operator<<(raw_ostream &OS, const VPlanIngredient &I) {
H A DVPlan.cpp977 void VPlanIngredient::print(raw_ostream &O) const { in print()