Home | History | Annotate | Download | only in ObjCARC

Lines Matching defs:Replacement

549     // and such; to do the replacement, the argument must have type i8*.
572 Instruction *Replacement = Inst;
578 if (Replacement->getType() != UseTy)
579 Replacement = new BitCastInst(Replacement, UseTy, "",
591 PHI->setIncomingValue(i, Replacement);
594 if (Replacement->getType() != UseTy)
595 Replacement = new BitCastInst(Replacement, UseTy, "",
597 U.set(Replacement);