Searched refs:OneAff (Results 1 – 2 of 2) sorted by relevance
3264 isl::aff OneAff; in buildMinMaxAccess() local3313 OneAff = isl::aff(isl::local_space(LastDimAff.get_domain_space())); in buildMinMaxAccess()3314 OneAff = OneAff.add_constant_si(1); in buildMinMaxAccess()3315 LastDimAff = LastDimAff.add(OneAff); in buildMinMaxAccess()
3313 isl_pw_aff *OneAff = isl_pw_aff_val_on_domain(Univ, One); in approxPointsInSet() local3319 DimSize = isl_pw_aff_add(DimSize, isl_pw_aff_copy(OneAff)); in approxPointsInSet()3325 isl_pw_aff_free(OneAff); in approxPointsInSet()