Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9726 bool AllCountsNeedLessThan32Bits = C.getTypeSize(N0->getType()) < 32; in checkOpenMPLoop() local
9737 AllCountsNeedLessThan32Bits &= C.getTypeSize(N->getType()) < 32; in checkOpenMPLoop()
9761 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in checkOpenMPLoop()