Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8775 auto RecipeOrValue = RecipeBuilder.tryToCreateWidenRecipe( in tryToBuildVPlanWithVPRecipes() local
8777 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()