Lines Matching defs:getReplacement
249 Value *getReplacement(Value *I);
346 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); }
349 if (getReplacement(I))
353 auto *V = getReplacement(LT->getPointerOperand());
365 Type *NewTy = getReplacement(PHI->getIncomingValue(0))->getType();
369 NewPHI->addIncoming(getReplacement(PHI->getIncomingValue(I)),
373 auto *V = getReplacement(GEP->getPointerOperand());
385 if (Value *Replacement = getReplacement(TrueValue))
387 if (Value *Replacement = getReplacement(FalseValue))
398 if (auto *DestReplace = getReplacement(DestV))
400 if (auto *SrcReplace = getReplacement(SrcV))
414 auto *V = getReplacement(ASC->getPointerOperand());