Searched refs:getOperandNumForIncomingValue (Results 1 – 7 of 7) sorted by relevance
215 PHI->getOperandNumForIncomingValue(PHI->getIncomingValue(0) == StepI); in run()
185 &PN->getOperandUse(PN->getOperandNumForIncomingValue( in formLCSSAForInstructionsImpl()
692 PHINode::getOperandNumForIncomingValue(i)) == &*UI) in run()
538 static unsigned getOperandNumForIncomingValue(unsigned I) { return I; }
727 unsigned OperandNo = PHINode::getOperandNumForIncomingValue(Index); in cloneInstructionWithNewAddressSpace()
2436 static unsigned getOperandNumForIncomingValue(unsigned Idx) { in getOperandNumForIncomingValue() function2437 return llvm::PHINode::getOperandNumForIncomingValue(Idx); in getOperandNumForIncomingValue()
2723 static unsigned getOperandNumForIncomingValue(unsigned i) {