Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp3081 isl::aff OneAff; in buildMinMaxAccess() local
3134 OneAff = isl::aff(isl::local_space(LastDimAff.get_domain_space())); in buildMinMaxAccess()
3135 OneAff = OneAff.add_constant_si(1); in buildMinMaxAccess()
3136 LastDimAff = LastDimAff.add(OneAff); in buildMinMaxAccess()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp3341 isl_pw_aff *OneAff = isl_pw_aff_val_on_domain(Univ, One); in approxPointsInSet() local
3347 DimSize = isl_pw_aff_add(DimSize, isl_pw_aff_copy(OneAff)); in approxPointsInSet()
3353 isl_pw_aff_free(OneAff); in approxPointsInSet()