Home | History | Annotate | Download | only in Utils

Lines Matching full:newpn

2110       PHINode *NewPN = PHINode::Create(Type::getInt1Ty(BB->getContext()),
2124 NewPN->addIncoming(ConstantInt::get(Type::getInt1Ty(BB->getContext()),
2127 NewPN->addIncoming(BI->getCondition(), P);
2131 BI->setCondition(NewPN);