Home
last modified time | relevance | path

Searched refs:operandCount (Results 1 – 2 of 2) 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()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...