Lines Matching defs:numIterations
1708 auto numIterations = constantTripCount(lb, ub, step);
1709 if (numIterations.has_value()) {
1711 if (*numIterations == 0) {
1717 if (*numIterations == 1) {
1779 auto numIterations = constantTripCount(lb, ub, step);
1780 if (!numIterations.has_value() || numIterations.value() != 1) {
3071 auto numIterations = constantTripCount(lb, ub, step);
3072 if (numIterations.has_value()) {
3074 if (*numIterations == 0) {
3080 if (*numIterations == 1) {