Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h275 return {getTrailingObjects<Expr *>(), numReplExprs}; in getReplExprs()
282 ReplaceStmt(SMRange loc, Expr *rootOp, unsigned numReplExprs) in ReplaceStmt() argument
283 : Base(loc, rootOp), numReplExprs(numReplExprs) {} in ReplaceStmt()
286 unsigned numReplExprs; variable