Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9094 if (auto RecipeOrValue = RecipeBuilder.tryToCreateWidenRecipe( in buildVPlanWithVPRecipes() local
9097 if (RecipeOrValue.is<VPValue *>()) { in buildVPlanWithVPRecipes()
9098 auto *VPV = RecipeOrValue.get<VPValue *>(); in buildVPlanWithVPRecipes()
9107 VPRecipeBase *Recipe = RecipeOrValue.get<VPRecipeBase *>(); in buildVPlanWithVPRecipes()