Searched refs:FromAI (Results 1 – 2 of 2) sorted by relevance
822 AllocaInst *FromAI = const_cast<AllocaInst *>(From); in remapInstructions() local823 if (FromAI->isUsedByMetadata()) in remapInstructions()824 ValueAsMetadata::handleRAUW(FromAI, UndefValue::get(FromAI->getType())); in remapInstructions()825 for (auto &Use : FromAI->uses()) { in remapInstructions()834 FromAI->replaceAllUsesWith(Inst); in remapInstructions()
947 AllocaInst *FromAI = const_cast<AllocaInst *>(From); in remapInstructions() local948 if (FromAI->isUsedByMetadata()) in remapInstructions()949 ValueAsMetadata::handleRAUW(FromAI, UndefValue::get(FromAI->getType())); in remapInstructions()950 for (auto &Use : FromAI->uses()) { in remapInstructions()959 FromAI->replaceAllUsesWith(Inst); in remapInstructions()