Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:Cloned

1826       Instruction *Cloned = Instr->clone();
1828 Cloned->setName(Instr->getName() + ".cloned");
1829 // Replace the operands of the cloned instructions with extracted scalars.
1835 Cloned->setOperand(op, Op);
1838 // Place the cloned scalar in the new loop.
1839 Builder.Insert(Cloned);
1844 VecResults[Part] = Builder.CreateInsertElement(VecResults[Part], Cloned,
5967 Instruction *Cloned = Instr->clone();
5969 Cloned->setName(Instr->getName() + ".cloned");
5970 // Replace the operands of the cloned instructions with extracted scalars.
5973 Cloned->setOperand(op, Op);
5976 // Place the cloned scalar in the new loop.
5977 Builder.Insert(Cloned);
5982 VecResults[Part] = Cloned;