Home | History | Annotate | Download | only in dist

Lines Matching refs:multi

15 /* Construct a multi expression in the given space with value zero in
18 __isl_give MULTI(BASE) *FN(MULTI(BASE),zero)(__isl_take isl_space *space)
21 MULTI(BASE) *multi;
27 multi = FN(MULTI(BASE),alloc)(isl_space_copy(space));
41 multi = FN(FN(MULTI(BASE),set),BASE)(multi, i,
47 return multi;