Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Ext

448       Instruction *Ext = (*I)->clone();
449 Ext->setOperand(0, Current);
450 Ext->insertBefore(IP);
451 Current = Ext;