Searched refs:isl_stream_read_ast_expr (Results 1 – 3 of 3) sorted by relevance
19 #define ISL_VAL_READ isl_stream_read_ast_expr
46 __isl_give isl_ast_expr *isl_stream_read_ast_expr(__isl_keep isl_stream *s);
2754 __isl_give isl_ast_expr *isl_stream_read_ast_expr(__isl_keep isl_stream *s) in isl_stream_read_ast_expr() function3375 expr = isl_stream_read_ast_expr(s); in read_for()3396 node = isl_ast_node_for_set_init(node, isl_stream_read_ast_expr(s)); in read_for()3408 node = isl_ast_node_for_set_cond(node, isl_stream_read_ast_expr(s)); in read_for()3413 node = isl_ast_node_for_set_inc(node, isl_stream_read_ast_expr(s)); in read_for()3455 node = isl_ast_node_alloc_user(isl_stream_read_ast_expr(s)); in read_user()3469 node = isl_ast_node_alloc_if(isl_stream_read_ast_expr(s)); in read_if()