Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dconstraint.h118 isl_bool isl_constraint_is_lower_bound(__isl_keep isl_constraint *constraint,
/netbsd-src/external/mit/isl/dist/
H A Disl_box.c257 is_bound = isl_constraint_is_lower_bound(c, isl_dim_set, pos); in is_suitable_bound()
H A Disl_constraint.c440 isl_bool isl_constraint_is_lower_bound(__isl_keep isl_constraint *constraint, in isl_constraint_is_lower_bound() function
H A Disl_ast_codegen.c400 if (isl_constraint_is_lower_bound(c, isl_dim_set, pos)) in constraint_type()
1246 if (isl_constraint_is_lower_bound(c, isl_dim_set, data->pos)) in count_constraints()
2508 if (!isl_constraint_is_lower_bound(c, isl_dim_set, data->depth)) in update_unrolling_lower_bound()
/netbsd-src/external/mit/isl/dist/doc/
H A Duser.pod2687 isl_bool isl_constraint_is_lower_bound(