Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp3264 isl::aff OneAff; in buildMinMaxAccess() local
3313 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()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp3313 isl_pw_aff *OneAff = isl_pw_aff_val_on_domain(Univ, One); in approxPointsInSet() local
3319 DimSize = isl_pw_aff_add(DimSize, isl_pw_aff_copy(OneAff)); in approxPointsInSet()
3325 isl_pw_aff_free(OneAff); in approxPointsInSet()