Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp86 for (const Node *child : stmt->getReplExprs()) in visitImpl()
227 stmt->getReplExprs().begin()); in create()
H A DNodePrinter.cpp206 printChildren("ReplValues", stmt->getReplExprs()); in printImpl()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h274 MutableArrayRef<Expr *> getReplExprs() { in getReplExprs() function
277 ArrayRef<Expr *> getReplExprs() const { in getReplExprs() function
278 return const_cast<ReplaceStmt *>(this)->getReplExprs(); in getReplExprs()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp233 for (ast::Expr *replExpr : stmt->getReplExprs()) in genImpl()