Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Ext

580       Instruction *Ext = (*I)->clone();
581 Ext->setOperand(0, Current);
582 Ext->insertBefore(IP);
583 Current = Ext;