Searched refs:MaxNT (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6144 int32_t MinNT = -1, MaxNT = -1; local
6146 getNumTeamsExprForTargetDirective(CGF, D, MinNT, MaxNT);
6176 assert(MinNT == MaxNT && "Num threads ranges require handling here.");

Completed in 142 milliseconds