Home | History | Annotate | Download | only in Scalar

Lines Matching defs:IP

911     Instruction *IP = &*(next);
912 Builder.SetInsertPoint(IP);
913 Builder.SetCurrentDebugLocation(IP->getDebugLoc());
966 Instruction *IP = &*(normalDest->getFirstInsertionPt());
967 Builder.SetInsertPoint(IP);