Searched refs:FromAI (Results 1 – 1 of 1) sorted by relevance
968 AllocaInst *FromAI = const_cast<AllocaInst *>(From); in remapInstructions() local969 if (FromAI->isUsedByMetadata()) in remapInstructions()970 ValueAsMetadata::handleRAUW(FromAI, PoisonValue::get(FromAI->getType())); in remapInstructions()971 for (auto &Use : FromAI->uses()) { in remapInstructions()980 FromAI->replaceAllUsesWith(Inst); in remapInstructions()