Searched refs:to_union (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_input.c | 2715 static struct isl_obj to_union(isl_ctx *ctx, struct isl_obj obj) in to_union() function 2744 obj1 = to_union(s->ctx, obj1); in obj_add() 2746 obj2 = to_union(s->ctx, obj2); in obj_add() 2748 obj1 = to_union(s->ctx, obj1); in obj_add() 2750 obj2 = to_union(s->ctx, obj2); in obj_add() 2753 obj1 = to_union(s->ctx, obj1); in obj_add() 2756 obj2 = to_union(s->ctx, obj2); in obj_add() 2759 obj1 = to_union(s->ctx, obj1); in obj_add() 2762 obj2 = to_union(s->ctx, obj2); in obj_add() 2772 obj1 = to_union(s->ctx, obj1); in obj_add() [all …]
|