Searched refs:OtherNewV (Results 1 – 1 of 1) sorted by relevance
1272 if (Value *OtherNewV = ValueWithNewAddrSpace.lookup(OtherSrc)) { in rewriteWithNewAddressSpaces() local1273 if (OtherNewV->getType()->getPointerAddressSpace() == NewAS) { in rewriteWithNewAddressSpaces()1274 Cmp->setOperand(OtherIdx, OtherNewV); in rewriteWithNewAddressSpaces()