Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h531 return {getTrailingObjects<Expr *>() + numOperands, numResultTypes}; in getResultTypes()
547 unsigned numOperands, unsigned numResultTypes, in OperationExpr() argument
550 numResultTypes(numResultTypes), numAttributes(numAttributes), in OperationExpr()
557 unsigned numOperands, numResultTypes, numAttributes; variable
565 return numOperands + numResultTypes; in numTrailingObjects()