Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp64 unsigned operandCount = operands.size(); in verifyBranchSuccessorOperands() local
66 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()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.cpp722 int64_t operandCount = 0; in parseCustomDirectiveOptionalOperandRef() local
723 if (parser.parseInteger(operandCount)) in parseCustomDirectiveOptionalOperandRef()
725 bool expectedOptionalOperand = operandCount == 0; in parseCustomDirectiveOptionalOperandRef()