Home | History | Annotate | Download | only in src

Lines Matching refs:upper_limit

2059                                      int32_t upper_limit) {
2077 length_checks->AddCheck(check, upper_limit);
2132 int32_t upper_limit) {
2145 current_upper_limit_ = upper_limit;
2148 InductionVariableCheck(check, checks_, upper_limit);
2153 if (upper_limit > current_upper_limit()) {
2154 current_upper_limit_ = upper_limit;
2182 InductionVariableCheck(check, checks_, upper_limit);