Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9473 static ExprResult widenIterationCount(unsigned Bits, Expr *E, Sema &SemaRef) { in widenIterationCount() function
9706 widenIterationCount(/*Bits=*/32, in checkOpenMPLoop()
9713 ExprResult LastIteration64 = widenIterationCount( in checkOpenMPLoop()