Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8843 Expr *LBMax = in buildNumIterations() local
8845 if (!LBMin || !LBMax) in buildNumIterations()
8849 SemaRef.BuildBinOp(S, DefaultLoc, BO_LT, LBMin, LBMax); in buildNumIterations()
8861 MinLessMax, LBMin, LBMax); in buildNumIterations()
8869 MinLessMax, LBMax, LBMin); in buildNumIterations()