Searched refs:NewLoadStore (Results 1 – 1 of 1) sorted by relevance
1756 Value *NewLoadStore = Builder.CreateBitCast(MaskedLoadStore, Ty); in hoistConditionalLoadsStores() local1758 PN->setIncomingValue(PN->getBasicBlockIndex(BB), NewLoadStore); in hoistConditionalLoadsStores()1759 I->replaceAllUsesWith(NewLoadStore); in hoistConditionalLoadsStores()