Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp2981 isl_space *BoundsSpace = isl_set_get_space(PPCGArray.extent); in setArrayBounds() local
2982 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()