Searched refs:thisPHI (Results 1 – 1 of 1) sorted by relevance
319 if (const PHINode *thisPHI = dyn_cast<PHINode>(this)) { in isIdenticalToWhenDefined() local321 for (unsigned i = 0, e = thisPHI->getNumOperands(); i != e; ++i) { in isIdenticalToWhenDefined()322 if (thisPHI->getIncomingBlock(i) != otherPHI->getIncomingBlock(i)) in isIdenticalToWhenDefined()