Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp9258 if (auto RecipeOrValue = RecipeBuilder.tryToCreateWidenRecipe( in buildVPlanWithVPRecipes() local
9261 if (RecipeOrValue.is<VPValue *>()) { in buildVPlanWithVPRecipes()
9262 auto *VPV = RecipeOrValue.get<VPValue *>(); in buildVPlanWithVPRecipes()
9271 VPRecipeBase *Recipe = RecipeOrValue.get<VPRecipeBase *>(); in buildVPlanWithVPRecipes()