Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Cloned

1047       Instruction *Cloned = Instr->clone();
1049 Cloned->setName(Instr->getName() + ".cloned");
1050 // Replace the operands of the cloned instrucions with extracted scalars.
1056 Cloned->setOperand(op, Op);
1059 // Place the cloned scalar in the new loop.
1060 Builder.Insert(Cloned);
1065 VecResults[Part] = Builder.CreateInsertElement(VecResults[Part], Cloned,