Lines Matching defs:getReplacement
260 Value *getReplacement(Value *I);
360 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); }
363 if (getReplacement(I))
367 auto *V = getReplacement(LT->getPointerOperand());
379 Type *NewTy = getReplacement(PHI->getIncomingValue(0))->getType();
383 NewPHI->addIncoming(getReplacement(PHI->getIncomingValue(I)),
387 auto *V = getReplacement(GEP->getPointerOperand());
399 if (Value *Replacement = getReplacement(TrueValue))
401 if (Value *Replacement = getReplacement(FalseValue))
412 if (auto *DestReplace = getReplacement(DestV))
414 if (auto *SrcReplace = getReplacement(SrcV))
428 auto *V = getReplacement(ASC->getPointerOperand());