Lines Matching defs:UpperBoundOnly
5906 /*UpperBoundOnly=*/true);
6201 bool UpperBoundOnly, llvm::Value **CondVal) {
6292 bool UpperBoundOnly, llvm::Value **CondVal, const Expr **ThreadLimitExpr) {
6293 assert((!CGF.getLangOpts().OpenMPIsTargetDevice || UpperBoundOnly) &&
6301 const Expr **NTPtr = UpperBoundOnly ? nullptr : &NT;
6326 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal);
6367 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal);
6380 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal);
6386 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal);
6398 UpperBoundOnly, CondVal);
6459 CGF, D, UpperBound, /* UpperBoundOnly */ false, &CondVal,