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