Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp8607 Expr *LBMax = tryBuildCapture(SemaRef, LBMaxVal.get(), Captures).get(); in buildNumIterations() local
8608 if (!LBMin || !LBMax) in buildNumIterations()
8612 SemaRef.BuildBinOp(S, DefaultLoc, BO_LT, LBMin, LBMax); in buildNumIterations()
8623 MinLessMax, LBMin, LBMax); in buildNumIterations()
8631 MinLessMax, LBMax, LBMin); in buildNumIterations()