Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_ast.c155 static __isl_give isl_ast_expr *alloc_op(enum isl_ast_expr_op_type op, in alloc_op() function
192 return alloc_op(op, args); in isl_ast_expr_alloc_op()
219 dup = alloc_op(expr->u.op.op, in isl_ast_expr_dup()
826 return alloc_op(type, arguments); in ast_expr_with_arguments()
2712 return alloc_op(op, list); in read_op()