Lines Matching defs:UpperBoundOnly
5891 /*UpperBoundOnly=*/true);
6183 bool UpperBoundOnly, llvm::Value **CondVal) {
6274 bool UpperBoundOnly, llvm::Value **CondVal, const Expr **ThreadLimitExpr) {
6275 assert((!CGF.getLangOpts().OpenMPIsTargetDevice || UpperBoundOnly) &&
6283 const Expr **NTPtr = UpperBoundOnly ? nullptr : &NT;
6308 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal);
6351 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal);
6365 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal);
6371 getNumThreads(CGF, CS, NTPtr, UpperBound, UpperBoundOnly, CondVal);
6384 UpperBoundOnly, CondVal);
6446 CGF, D, UpperBound, /* UpperBoundOnly */ false, &CondVal,