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