Searched refs:UndefUse (Results 1 – 2 of 2) sorted by relevance
530 for (const Use* UndefUse : UndefUsesToFix) { in rewriteWithNewAddressSpaces() local531 User *V = UndefUse->getUser(); in rewriteWithNewAddressSpaces()533 unsigned OperandNo = UndefUse->getOperandNo(); in rewriteWithNewAddressSpaces()535 NewV->setOperand(OperandNo, ValueWithNewAddrSpace.lookup(UndefUse->get())); in rewriteWithNewAddressSpaces()
886 for (const Use *UndefUse : UndefUsesToFix) { in rewriteWithNewAddressSpaces() local887 User *V = UndefUse->getUser(); in rewriteWithNewAddressSpaces()889 unsigned OperandNo = UndefUse->getOperandNo(); in rewriteWithNewAddressSpaces()891 NewV->setOperand(OperandNo, ValueWithNewAddrSpace.lookup(UndefUse->get())); in rewriteWithNewAddressSpaces()