Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Interfaces/
DControlFlowInterfaces.cpp54 unsigned operandCount = operands->size(); in verifyBranchSuccessorOperands() local
56 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()