Searched refs:operandCount (Results 1 – 2 of 2) sorted by relevance
64 unsigned operandCount = operands.size(); in verifyBranchSuccessorOperands() local66 if (operandCount != destBB->getNumArguments()) in verifyBranchSuccessorOperands()67 return op->emitError() << "branch has " << operandCount in verifyBranchSuccessorOperands()73 for (unsigned i = operands.getProducedOperandCount(); i != operandCount; in verifyBranchSuccessorOperands()
722 int64_t operandCount = 0; in parseCustomDirectiveOptionalOperandRef() local723 if (parser.parseInteger(operandCount)) in parseCustomDirectiveOptionalOperandRef()725 bool expectedOptionalOperand = operandCount == 0; in parseCustomDirectiveOptionalOperandRef()