Lines Matching defs:CombUB
9811 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB;
9873 CombUB = buildDeclRefExpr(SemaRef, CombUBDecl, VType, InitLoc);
9878 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get());
9881 LastIteration.get(), CombUB.get());
9882 CombEUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, CombUB.get(),
9974 Expr *BoundCombUB = CombUB.get();
10004 // In combined construct, add combined version that use CombLB and CombUB
10047 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombUB.get(), ST.get());
10051 CombNextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombUB.get(),
10262 Built.DistCombinedFields.UB = CombUB.get();