Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/examples/toy/Ch7/include/toy/
H A DAST.h42 Expr_StructLiteral, enumerator
104 : ExprAST(Expr_StructLiteral, std::move(loc)), values(std::move(values)) { in StructLiteralExprAST()
111 return c->getKind() == Expr_StructLiteral; in classof()
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DMLIRGen.cpp552 case toy::ExprAST::Expr_StructLiteral: in mlirGen()