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