Searched refs:LBMax (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 8690 Expr *LBMax = tryBuildCapture(SemaRef, LBMaxVal.get(), Captures).get(); in buildNumIterations() local 8691 if (!LBMin || !LBMax) in buildNumIterations() 8695 SemaRef.BuildBinOp(S, DefaultLoc, BO_LT, LBMin, LBMax); in buildNumIterations() 8706 MinLessMax, LBMin, LBMax); in buildNumIterations() 8714 MinLessMax, LBMax, LBMin); in buildNumIterations()
|