Searched refs:GEPNew (Results 1 – 1 of 1) sorted by relevance
281 Instruction *GEPNew = GEP0->clone(); in sinkStoresAndGEPs() local282 GEPNew->insertBefore(SNew); in sinkStoresAndGEPs()283 GEPNew->applyMergedLocation(GEP0->getDebugLoc(), GEP1->getDebugLoc()); in sinkStoresAndGEPs()284 SNew->setOperand(1, GEPNew); in sinkStoresAndGEPs()285 GEP0->replaceAllUsesWith(GEPNew); in sinkStoresAndGEPs()287 GEP1->replaceAllUsesWith(GEPNew); in sinkStoresAndGEPs()