Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/include/isl/
Dast_type.h19 isl_ast_expr_op_and_then, enumerator
49 #define isl_ast_op_and_then isl_ast_expr_op_and_then
Dcpp-checked.h630 static const auto type = isl_ast_expr_op_and_then;
Dcpp.h695 static const auto type = isl_ast_expr_op_and_then;
/external/llvm-project/polly/lib/External/isl/
Disl_ast.c661 return isl_ast_expr_alloc_binary(isl_ast_expr_op_and_then, expr1, expr2); in isl_ast_expr_and_then()
1495 [isl_ast_expr_op_and_then] = "&&",
1524 [isl_ast_expr_op_and_then] = 13,
1555 [isl_ast_expr_op_and_then] = 1,
1584 return op == isl_ast_expr_op_and || op == isl_ast_expr_op_and_then; in is_and()
1969 [isl_ast_expr_op_and_then] = "and_then",
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod11168 =item C<isl_ast_expr_op_and_then>