Lines Matching defs:Clone
1678 Instruction *Clone = I.clone();
1679 Clone->replaceUsesOfWith(SI, NewOp);
1680 Clone->dropUBImplyingAttrsAndMetadata();
1681 IC.InsertNewInstBefore(Clone, SI->getIterator());
1682 return Clone;
1844 Instruction *Clone = nullptr;
1846 Clone = I.clone();
1847 for (Use &U : Clone->operands()) {
1853 InsertNewInstBefore(Clone, NonSimplifiedBB->getTerminator()->getIterator());
1860 NewPN->addIncoming(Clone, PN->getIncomingBlock(i));
2885 // All the GEPs feeding the PHI are identical. Clone one down into our
2888 // All the GEPs feeding the PHI differ at a single offset. Clone a GEP