Lines Matching refs:Upper
3920 /// \brief Upper bound.
3941 /// \brief Check test-expr for canonical form, save upper-bound (#UB), flags
3985 /// \brief Helper to set upper bound.
4211 // Check test-expr for canonical form, save upper-bound UB, flags for
4398 // Upper - Lower
4401 Expr *Upper = tryBuildCapture(SemaRef, UBExpr, Captures).get();
4403 if (!Upper || !Lower)
4406 Diff = SemaRef.BuildBinOp(S, DefaultLoc, BO_Sub, Upper, Lower);
4409 // BuildBinOp already emitted error, this one is to point user to upper
4411 SemaRef.Diag(Upper->getLocStart(), diag::err_omp_loop_diff_cxx)
4412 Upper->getSourceRange() << Lower->getSourceRange();
4420 // Upper - Lower [- 1]
4428 // Upper - Lower [- 1] + Step
4441 // (Upper - Lower [- 1] + Step) / Step
5124 // Upper bound variable, initialized with last iteration number.
5166 // directive does - the lower and upper bounds of the previous schedule.
5175 // Previous lower and upper bounds are obtained from the region