Home | History | Annotate | Download | only in InstCombine

Lines Matching full:getparent

582       if (II->getParent() == NonConstBB)
588 if (NonConstBB == I.getParent())
617 BasicBlock *PhiTransBB = PN->getParent();
1013 BCI->getParent()->getInstList().insert(BCI, I);
1324 Builder->SetInsertPoint(L->getParent(), L);
1357 if (isa<AllocaInst>(I) && I->getParent() ==
1358 &DestBlock->getParent()->getEntryBlock())
1364 for (BasicBlock::iterator Scan = I, E = I->getParent()->end();
1557 BasicBlock *BB = I->getParent();
1565 UserParent = UserInst->getParent();
1586 Builder->SetInsertPoint(I->getParent(), I);
1615 BasicBlock *InstParent = I->getParent();