Lines Matching defs:PrevUB
9856 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB;
9941 ImplicitParamDecl *PrevUBDecl = CD->getParam(/*PrevUB=*/3);
9947 PrevUB =
10107 // on PrevUB instead of NumIterations - used to implement 'for' when found
10127 ExprResult NewPrevUB = PrevUB;
10130 PrevUB.get()->getType())) {
10147 // Build IV <= PrevUB or IV < PrevUB + 1 for unsigned IV to be used in
10150 Expr *BoundPrevUB = PrevUB.get();
10303 Built.PrevUB = PrevUB.get();