Home | History | Annotate | Download | only in Utils

Lines Matching full:newpn

1679       PHINode *NewPN = PHINode::Create(Type::getInt1Ty(BB->getContext()),
1693 NewPN->addIncoming(ConstantInt::get(Type::getInt1Ty(BB->getContext()),
1696 NewPN->addIncoming(BI->getCondition(), P);
1700 BI->setCondition(NewPN);