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