Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8647 Expr *LBMin = in buildNumIterations() local
8651 if (!LBMin || !LBMax) in buildNumIterations()
8655 SemaRef.BuildBinOp(S, DefaultLoc, BO_LT, LBMin, LBMax); in buildNumIterations()
8667 MinLessMax, LBMin, LBMax); in buildNumIterations()
8675 MinLessMax, LBMax, LBMin); in buildNumIterations()