Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NPN

208     PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues());
211 NPN->addIncoming(V, OPN->getIncomingBlock(i));
213 Res = NPN;