Home
last modified time | relevance | path

Searched refs:myUb (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dloop.cu476 T myUb = myLb + chunk - 1; // Clang uses i <= ub in dispatch_next() local
477 if (myUb > ub) in dispatch_next()
478 myUb = ub; in dispatch_next()
479 *pupper = myUb; in dispatch_next()
480 *plast = (int32_t)(myUb == ub); in dispatch_next()
492 T myLb, myUb; in dispatch_next() local
494 myLb, myUb, omptarget_nvptx_threadPrivateContext->Chunk(tid), in dispatch_next()
504 *pupper = myUb; in dispatch_next()