Searched refs:NumThreadsVal (Results 1 – 1 of 1) sorted by relevance
6507 llvm::Value *NumThreadsVal = nullptr; in emitNumThreadsForTargetDirective() local6526 NumThreadsVal = in emitNumThreadsForTargetDirective()6531 if (NumThreadsVal) in emitNumThreadsForTargetDirective()6533 ? Bld.CreateSelect(Bld.CreateICmpSLT(NumThreadsVal, in emitNumThreadsForTargetDirective()6535 NumThreadsVal, ThreadLimitVal) in emitNumThreadsForTargetDirective()6536 : NumThreadsVal; in emitNumThreadsForTargetDirective()