Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:PN

823     PHINode *PN = PHINode::Create(MergedVal->getType(), 2, "storemerge");
824 PN->addIncoming(SI.getOperand(0), SI.getParent());
825 PN->addIncoming(OtherStore->getOperand(0), OtherBB);
826 PN, DestBB->front());