Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp9053 bool AllCountsNeedLessThan32Bits = C.getTypeSize(N0->getType()) < 32; in checkOpenMPLoop() local
9064 AllCountsNeedLessThan32Bits &= C.getTypeSize(N->getType()) < 32; in checkOpenMPLoop()
9088 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in checkOpenMPLoop()