Searched refs:bounded2 (Results 1 – 1 of 1) sorted by relevance
1286 isl_bool bounded1, bounded2; in convex_hull_pair() local1301 bounded2 = isl_basic_set_is_bounded(bset2); in convex_hull_pair()1303 if (bounded1 < 0 || bounded2 < 0) in convex_hull_pair()1306 if (bounded1 && bounded2) in convex_hull_pair()1309 if (bounded1 || bounded2) in convex_hull_pair()