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