Searched defs:getNumVariableLengthOperands (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/TableGen/ | ||
H A D | Operator.cpp | 224 unsigned Operator::getNumVariableLengthOperands() const { getNumVariableLengthOperands() function in Operator |
/llvm-project/mlir/tools/mlir-tblgen/ | ||
H A D | OpPythonBindingGen.cpp | 430 auto getNumVariableLengthOperands = [](const Operator &oper) { emitOperandAccessors() local |