Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp1514 int requiredOperandCount = -1) override { in parseOperandList() argument
1523 if (requiredOperandCount == -1 || requiredOperandCount == 0) in parseOperandList()
1542 if (requiredOperandCount != -1 && in parseOperandList()
1543 result.size() != static_cast<size_t>(requiredOperandCount)) in parseOperandList()
1545 << requiredOperandCount << " operands"; in parseOperandList()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpImplementation.h1320 int requiredOperandCount = -1) = 0;
1324 int requiredOperandCount,
1327 /*allowResultNumber=*/true, requiredOperandCount);