Lines Matching refs:IP
391 BasicBlock::iterator IP = F.getEntryBlock().begin();392 IRBuilder<> AtEntry(IP->getParent(), IP);397 while (isa<AllocaInst>(IP)) ++IP;398 AtEntry.SetInsertPoint(IP->getParent(), IP);421 while (isa<StoreInst>(IP)) ++IP;422 AtEntry.SetInsertPoint(IP->getParent(), IP);