Searched refs:operandCount (Results 1 – 1 of 1) sorted by relevance
54 unsigned operandCount = operands->size(); in verifyBranchSuccessorOperands() local56 if (operandCount != destBB->getNumArguments()) in verifyBranchSuccessorOperands()57 return op->emitError() << "branch has " << operandCount in verifyBranchSuccessorOperands()64 for (unsigned i = 0; i != operandCount; ++i, ++operandIt) { in verifyBranchSuccessorOperands()