Home | History | Annotate | Download | only in ObjCARC

Lines Matching defs:Replacement

443     // and such; to do the replacement, the argument must have type i8*.
464 Instruction *Replacement = Inst;
470 if (Replacement->getType() != UseTy)
471 Replacement = new BitCastInst(Replacement, UseTy, "",
483 PHI->setIncomingValue(i, Replacement);
486 if (Replacement->getType() != UseTy)
487 Replacement = new BitCastInst(Replacement, UseTy, "",
489 U.set(Replacement);