Searched refs:LBMax (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaOpenMP.cpp | 8074 Expr *LBMax = tryBuildCapture(SemaRef, LBMaxVal.get(), Captures).get(); in buildNumIterations() local 8075 if (!LBMin || !LBMax) in buildNumIterations() 8079 SemaRef.BuildBinOp(S, DefaultLoc, BO_LT, LBMin, LBMax); in buildNumIterations() 8090 MinLessMax, LBMin, LBMax); in buildNumIterations() 8098 MinLessMax, LBMax, LBMin); in buildNumIterations()
|