Searched refs:PoisonUse (Results 1 – 1 of 1) sorted by relevance
1345 for (const Use *PoisonUse : PoisonUsesToFix) { in rewriteWithNewAddressSpaces() local1346 User *V = PoisonUse->getUser(); in rewriteWithNewAddressSpaces()1351 unsigned OperandNo = PoisonUse->getOperandNo(); in rewriteWithNewAddressSpaces()1353 NewV->setOperand(OperandNo, ValueWithNewAddrSpace.lookup(PoisonUse->get())); in rewriteWithNewAddressSpaces()