Searched refs:isl_ast_expr_op_ge (Results 1 – 6 of 6) sorted by relevance
38 isl_ast_expr_op_ge, enumerator68 #define isl_ast_op_ge isl_ast_expr_op_ge
744 static const auto type = isl_ast_expr_op_ge;
809 static const auto type = isl_ast_expr_op_ge;
702 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",
1478 type = eq ? isl_ast_expr_op_eq : isl_ast_expr_op_ge; in isl_ast_expr_from_constraint()
11264 =item C<isl_ast_expr_op_ge>