Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h97 VPWidenCallRecipe *tryToWidenCall(CallInst *CI, ArrayRef<VPValue *> Operands,
H A DLoopVectorize.cpp8283 VPWidenCallRecipe *VPRecipeBuilder::tryToWidenCall(CallInst *CI, in tryToWidenCall() function in VPRecipeBuilder
8568 return toVPRecipeResult(tryToWidenCall(CI, Operands, Range, Plan)); in tryToCreateWidenRecipe()