Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp2991 VPWidenCastRecipe *NewExt1 = NewExt0; in tryToMatchAndCreateMulAccumulateReduction() local
2993 NewExt1 = new VPWidenCastRecipe(Ext1->getOpcode(), Ext1->getOperand(0), in tryToMatchAndCreateMulAccumulateReduction()
2996 NewExt1->insertBefore(Ext1); in tryToMatchAndCreateMulAccumulateReduction()
2999 Mul->setOperand(1, NewExt1); in tryToMatchAndCreateMulAccumulateReduction()
3001 return new VPExpressionRecipe(NewExt0, NewExt1, Mul, Red); in tryToMatchAndCreateMulAccumulateReduction()