Home
last modified time | relevance | path

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

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