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