Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp2986 auto *NewExt0 = new VPWidenCastRecipe( in tryToMatchAndCreateMulAccumulateReduction() local
2989 NewExt0->insertBefore(Ext0); in tryToMatchAndCreateMulAccumulateReduction()
2991 VPWidenCastRecipe *NewExt1 = NewExt0; in tryToMatchAndCreateMulAccumulateReduction()
2998 Mul->setOperand(0, NewExt0); in tryToMatchAndCreateMulAccumulateReduction()
3001 return new VPExpressionRecipe(NewExt0, NewExt1, Mul, Red); in tryToMatchAndCreateMulAccumulateReduction()