Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp8715 Expr *LBExpr = TestIsLessOp.value() ? LBVal : UBVal; in buildNumIterations() local
8717 Expr *Lower = tryBuildCapture(SemaRef, LBExpr, Captures).get(); in buildNumIterations()
8778 Expr *LBExpr = TestIsLessOp.value() ? LB : UB; in buildMinMaxValues() local
8785 LBNonRect ? LBExpr : tryBuildCapture(SemaRef, LBExpr, Captures).get(); in buildMinMaxValues()