Searched refs:LBMax (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 7328 Expr *LBMax = tryBuildCapture(SemaRef, LBMaxVal.get(), Captures).get(); in buildNumIterations() local 7329 if (!LBMin || !LBMax) in buildNumIterations() 7333 SemaRef.BuildBinOp(S, DefaultLoc, BO_LT, LBMin, LBMax); in buildNumIterations() 7344 MinLessMax, LBMin, LBMax); in buildNumIterations() 7352 MinLessMax, LBMax, LBMin); in buildNumIterations()
|