Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Disl_convex_hull.c1286 isl_bool bounded1, bounded2; in convex_hull_pair() local
1300 bounded1 = isl_basic_set_is_bounded(bset1); 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()