Lines Matching defs:IP
210 ConstantOffsetExtractor(Instruction *InsertionPt) : IP(InsertionPt) {}
294 Instruction *IP; /// Insertion position of cloned instructions.
522 Ext->insertBefore(IP);
570 BO->getName(), IP);
573 BO->getName(), IP);
613 IP);
616 IP);
630 BO->moveBefore(IP);
659 const DataLayout &DL = IP->getModule()->getDataLayout();