Searched refs:LBMax (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 8068 Expr *LBMax = tryBuildCapture(SemaRef, LBMaxVal.get(), Captures).get(); in buildNumIterations() local 8069 if (!LBMin || !LBMax) in buildNumIterations() 8073 SemaRef.BuildBinOp(S, DefaultLoc, BO_LT, LBMin, LBMax); in buildNumIterations() 8084 MinLessMax, LBMin, LBMax); in buildNumIterations() 8092 MinLessMax, LBMax, LBMin); in buildNumIterations()
|