Searched refs:NewExt1 (Results 1 – 1 of 1) sorted by relevance
2991 VPWidenCastRecipe *NewExt1 = NewExt0; in tryToMatchAndCreateMulAccumulateReduction() local2993 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()