Searched refs:AbstractR (Results 1 – 1 of 1) sorted by relevance
3012 VPExpressionRecipe *AbstractR = nullptr; in tryToCreateAbstractReductionRecipe() local3016 AbstractR = MulAcc; in tryToCreateAbstractReductionRecipe()3018 AbstractR = ExtRed; in tryToCreateAbstractReductionRecipe()3020 if (!AbstractR) in tryToCreateAbstractReductionRecipe()3023 AbstractR->insertBefore(*VPBB, IP); in tryToCreateAbstractReductionRecipe()3024 Red->replaceAllUsesWith(AbstractR); in tryToCreateAbstractReductionRecipe()