Searched refs:ExpR (Results 1 – 1 of 1) sorted by relevance
641 auto *ExpR = dyn_cast<VPExpandSCEVRecipe>(&R); in removeRedundantExpandSCEVRecipes() local642 if (!ExpR) in removeRedundantExpandSCEVRecipes()645 auto I = SCEV2VPV.insert({ExpR->getSCEV(), ExpR}); in removeRedundantExpandSCEVRecipes()648 ExpR->replaceAllUsesWith(I.first->second); in removeRedundantExpandSCEVRecipes()649 ExpR->eraseFromParent(); in removeRedundantExpandSCEVRecipes()