Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/include/isl/
Dast_type.h20 isl_ast_expr_op_or, enumerator
50 #define isl_ast_op_or isl_ast_expr_op_or
Dcpp-checked.h915 static const auto type = isl_ast_expr_op_or;
Dcpp.h980 static const auto type = isl_ast_expr_op_or;
/external/llvm-project/polly/lib/External/isl/
Disl_ast.c669 return isl_ast_expr_alloc_binary(isl_ast_expr_op_or, expr1, expr2); in isl_ast_expr_or()
1496 [isl_ast_expr_op_or] = "||",
1525 [isl_ast_expr_op_or] = 14,
1556 [isl_ast_expr_op_or] = 1,
1589 return op == isl_ast_expr_op_or || op == isl_ast_expr_op_or_else; in is_or()
1970 [isl_ast_expr_op_or] = "or",
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod11173 =item C<isl_ast_expr_op_or>