Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp788 MapTwo = MapTwo.upper_bound_si(isl::dim::in, i + 1, -1); in foldAccessRelation()
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h1622 inline isl::map upper_bound_si(isl::dim type, unsigned int pos, int value) const;
2310 inline isl::map upper_bound_si(isl::dim type, unsigned int pos, int value) const;
8851 isl::map basic_map::upper_bound_si(isl::dim type, unsigned int pos, int value) const in upper_bound_si() function
8853 return isl::map(*this).upper_bound_si(type, pos, value); in upper_bound_si()
11793 isl::map map::upper_bound_si(isl::dim type, unsigned int pos, int value) const in upper_bound_si() function