Searched refs:InitialBB (Results 1 – 1 of 1) sorted by relevance
771 BasicBlock *InitialBB = CI->getParent(); in lowerTypeTestCall() local812 BasicBlock *Then = InitialBB->splitBasicBlock(CI->getIterator()); in lowerTypeTestCall()817 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()821 Phi.addIncoming(Phi.getIncomingValueForBlock(Then), InitialBB); in lowerTypeTestCall()838 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()