Lines Matching defs:CombUB
9856 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB;
9918 CombUB = buildDeclRefExpr(SemaRef, CombUBDecl, VType, InitLoc);
9923 CurScope, InitLoc, BO_GT, CombUB.get(), LastIteration.get());
9926 LastIteration.get(), CombUB.get());
9927 CombEUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, CombUB.get(),
10019 Expr *BoundCombUB = CombUB.get();
10049 // In combined construct, add combined version that use CombLB and CombUB
10092 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, CombUB.get(), ST.get());
10096 CombNextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, CombUB.get(),
10307 Built.DistCombinedFields.UB = CombUB.get();