Searched refs:RecipeB (Results 1 – 1 of 1) sorted by relevance
2952 auto *RecipeB = in tryToMatchAndCreateMulAccumulateReduction() local2957 if (RecipeA && RecipeB && in tryToMatchAndCreateMulAccumulateReduction()2958 (RecipeA->getOpcode() == RecipeB->getOpcode() || A == B) && in tryToMatchAndCreateMulAccumulateReduction()2960 match(RecipeB, m_ZExtOrSExt(m_VPValue())) && in tryToMatchAndCreateMulAccumulateReduction()2963 Mul, RecipeA, RecipeB, nullptr)) { in tryToMatchAndCreateMulAccumulateReduction()2964 return new VPExpressionRecipe(RecipeA, RecipeB, Mul, Red); in tryToMatchAndCreateMulAccumulateReduction()