Searched refs:BoundsSpace (Results 1 – 1 of 1) sorted by relevance
2981 isl_space *BoundsSpace = isl_set_get_space(PPCGArray.extent); in setArrayBounds() local2982 BoundsSpace = isl_space_align_params(BoundsSpace, AlignSpace); in setArrayBounds()2984 assert(BoundsSpace && "Unable to access space of array."); in setArrayBounds()2988 isl_multi_pw_aff_from_pw_aff_list(BoundsSpace, BoundsList); in setArrayBounds()