Lines Matching full:replacement
548 // and such; to do the replacement, the argument must have type i8*.
571 Instruction *Replacement = Inst;
577 if (Replacement->getType() != UseTy)
578 Replacement = new BitCastInst(Replacement, UseTy, "",
590 PHI->setIncomingValue(i, Replacement);
593 if (Replacement->getType() != UseTy)
594 Replacement = new BitCastInst(Replacement, UseTy, "",
596 U.set(Replacement);