Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Dast_type.h17 isl_ast_expr_op_error = -1, enumerator
47 #define isl_ast_op_error isl_ast_expr_op_error
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast.c291 return isl_ast_expr_op_error; in isl_ast_expr_op_get_type()
295 return isl_ast_expr_op_error); in isl_ast_expr_op_get_type()
2055 if (op == isl_ast_expr_op_error) in print_ast_expr_isl()