Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Replacement

16 // redundant weak pointer operations, pattern-matching and replacement of
609 static char ID; // Class identification, replacement for typeinfo
3535 // and such; to do the replacement, the argument must have type i8*.
3550 Instruction *Replacement = Inst;
3558 if (Replacement->getType() != UseTy)
3559 Replacement = new BitCastInst(Replacement, UseTy, "",
3569 PHI->setIncomingValue(i, Replacement);
3572 if (Replacement->getType() != UseTy)
3573 Replacement = new BitCastInst(Replacement, UseTy, "", UserInst);
3574 U.set(Replacement);