Lines Matching refs:getReplacement
260 Value *getReplacement(Value *I);
356 Value *PointerReplacer::getReplacement(Value *V) { return WorkMap.lookup(V); } in getReplacement() function in PointerReplacer
359 if (getReplacement(I)) in replace()
363 auto *V = getReplacement(LT->getPointerOperand()); in replace()
375 Type *NewTy = getReplacement(PHI->getIncomingValue(0))->getType(); in replace()
379 NewPHI->addIncoming(getReplacement(PHI->getIncomingValue(I)), in replace()
383 auto *V = getReplacement(GEP->getPointerOperand()); in replace()
393 auto *V = getReplacement(BC->getOperand(0)); in replace()
403 SI->getCondition(), getReplacement(SI->getTrueValue()), in replace()
404 getReplacement(SI->getFalseValue()), SI->getName(), nullptr, SI); in replace()
409 auto *SrcV = getReplacement(MemCpy->getRawSource()); in replace()
413 assert(getReplacement(MemCpy->getRawDest()) && in replace()
430 auto *V = getReplacement(ASC->getPointerOperand()); in replace()