Searched refs:Opd2 (Results 1 – 1 of 1) sorted by relevance
215 Value *Opd2 = S1->getValueOperand(); in getPHIOperand() local216 if (Opd1 == Opd2) in getPHIOperand()219 auto *NewPN = PHINode::Create(Opd1->getType(), 2, Opd2->getName() + ".sink"); in getPHIOperand()223 NewPN->addIncoming(Opd2, S1->getParent()); in getPHIOperand()