Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h101 VPWidenRecipe *tryToWiden(Instruction *I, ArrayRef<VPValue *> Operands) const;
H A DLoopVectorize.cpp8767 VPWidenRecipe *VPRecipeBuilder::tryToWiden(Instruction *I, in tryToWiden() function in VPRecipeBuilder
8962 return toVPRecipeResult(tryToWiden(Instr, Operands)); in tryToCreateWidenRecipe()