Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8813 if (auto RecipeOrValue = RecipeBuilder.tryToCreateWidenRecipe( in buildVPlanWithVPRecipes() local
8816 if (RecipeOrValue.is<VPValue *>()) { in buildVPlanWithVPRecipes()
8817 auto *VPV = RecipeOrValue.get<VPValue *>(); in buildVPlanWithVPRecipes()
8826 VPRecipeBase *Recipe = RecipeOrValue.get<VPRecipeBase *>(); in buildVPlanWithVPRecipes()