Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9666 bool AllCountsNeedLessThan32Bits = C.getTypeSize(N0->getType()) < 32; in checkOpenMPLoop() local
9677 AllCountsNeedLessThan32Bits &= C.getTypeSize(N->getType()) < 32; in checkOpenMPLoop()
9701 (AllCountsNeedLessThan32Bits || NestedLoopCount == 1 || in checkOpenMPLoop()