Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DOperator.h165 bool hasSingleVariadicArg() const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DOperator.cpp186 bool Operator::hasSingleVariadicArg() const { in hasSingleVariadicArg() function in Operator