Home
last modified time | relevance | path

Searched refs:thisPHI (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/IR/
DInstruction.cpp319 if (const PHINode *thisPHI = dyn_cast<PHINode>(this)) { in isIdenticalToWhenDefined() local
321 for (unsigned i = 0, e = thisPHI->getNumOperands(); i != e; ++i) { in isIdenticalToWhenDefined()
322 if (thisPHI->getIncomingBlock(i) != otherPHI->getIncomingBlock(i)) in isIdenticalToWhenDefined()