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