Searched refs:FromAI (Results 1 – 1 of 1) sorted by relevance
996 AllocaInst *FromAI = const_cast<AllocaInst *>(From); in remapInstructions() local997 if (FromAI->isUsedByMetadata()) in remapInstructions()998 ValueAsMetadata::handleRAUW(FromAI, UndefValue::get(FromAI->getType())); in remapInstructions()999 for (auto &Use : FromAI->uses()) { in remapInstructions()1008 FromAI->replaceAllUsesWith(Inst); in remapInstructions()