Searched refs:upper_bound_val (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopInfo.cpp | 182 S = S.upper_bound_val(type, dim, V); in addRangeBoundsToSet() 198 isl::set SUB = S.upper_bound_val(type, dim, V); in addRangeBoundsToSet()
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | isl-noexceptions.h | 1836 inline isl::set upper_bound_val(isl::dim type, unsigned int pos, long value) const; 3004 inline isl::set upper_bound_val(isl::dim type, unsigned int pos, long value) const; 4055 inline isl::set upper_bound_val(isl::dim type, unsigned int pos, long value) const; 9826 return isl::set(*this).upper_bound_val(type, pos, value); in upper_bound_val() 9831 return this->upper_bound_val(type, pos, isl::val(ctx(), value)); in upper_bound_val() 14986 return isl::basic_set(*this).upper_bound_val(type, pos, value); in upper_bound_val() 14989 isl::set point::upper_bound_val(isl::dim type, unsigned int pos, long value) const in upper_bound_val() function 14991 return this->upper_bound_val(type, pos, isl::val(ctx(), value)); in upper_bound_val() 19389 isl::set set::upper_bound_val(isl::dim type, unsigned int pos, isl::val value) const in upper_bound_val() function 19395 isl::set set::upper_bound_val(isl::dim type, unsigned int pos, long value) const in upper_bound_val() function [all …]
|