Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/include/isl/
Dast_type.h38 isl_ast_expr_op_ge, enumerator
68 #define isl_ast_op_ge isl_ast_expr_op_ge
Dcpp-checked.h744 static const auto type = isl_ast_expr_op_ge;
Dcpp.h809 static const auto type = isl_ast_expr_op_ge;
/external/llvm-project/polly/lib/External/isl/
Disl_ast.c702 return isl_ast_expr_alloc_binary(isl_ast_expr_op_ge, expr1, expr2); in isl_ast_expr_ge()
1511 [isl_ast_expr_op_ge] = ">=",
1542 [isl_ast_expr_op_ge] = 8,
1573 [isl_ast_expr_op_ge] = 1,
1988 [isl_ast_expr_op_ge] = "ge",
Disl_ast_build_expr.c1478 type = eq ? isl_ast_expr_op_eq : isl_ast_expr_op_ge; in isl_ast_expr_from_constraint()
/external/llvm-project/polly/lib/External/isl/doc/
Duser.pod11264 =item C<isl_ast_expr_op_ge>