Searched refs:RecipeOrValue (Results 1 – 1 of 1) sorted by relevance
8775 auto RecipeOrValue = RecipeBuilder.tryToCreateWidenRecipe( in tryToBuildVPlanWithVPRecipes() local8777 if (!RecipeOrValue) in tryToBuildVPlanWithVPRecipes()8778 RecipeOrValue = RecipeBuilder.handleReplication(Instr, Range, *Plan); in tryToBuildVPlanWithVPRecipes()8780 if (isa<VPValue *>(RecipeOrValue)) { in tryToBuildVPlanWithVPRecipes()8781 auto *VPV = cast<VPValue *>(RecipeOrValue); in tryToBuildVPlanWithVPRecipes()8790 VPRecipeBase *Recipe = cast<VPRecipeBase *>(RecipeOrValue); in tryToBuildVPlanWithVPRecipes()