Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NPN

212     PHINode *NPN = PHINode::Create(Ty, OPN->getNumIncomingValues());
216 NPN->addIncoming(V, OPN->getIncomingBlock(i));
218 Res = NPN;