Searched refs:LBExpr (Results 1 – 2 of 2) sorted by relevance
7439 Expr *LBExpr = TestIsLessOp.getValue() ? LBVal : UBVal; in buildNumIterations() local7441 Expr *Lower = tryBuildCapture(SemaRef, LBExpr, Captures).get(); in buildNumIterations()7502 Expr *LBExpr = TestIsLessOp.getValue() ? LB : UB; in buildMinMaxValues() local7509 LBNonRect ? LBExpr : tryBuildCapture(SemaRef, LBExpr, Captures).get(); in buildMinMaxValues()
4400 auto *LBExpr = TestIsLessOp ? LB : UB; in BuildNumIterations() local4402 Expr *Lower = tryBuildCapture(SemaRef, LBExpr, Captures).get(); in BuildNumIterations()