Lines Matching defs:PrevUB
9811 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB;
9896 ImplicitParamDecl *PrevUBDecl = CD->getParam(/*PrevUB=*/3);
9902 PrevUB =
10062 // on PrevUB instead of NumIterations - used to implement 'for' when found
10082 ExprResult NewPrevUB = PrevUB;
10085 PrevUB.get()->getType())) {
10102 // Build IV <= PrevUB or IV < PrevUB + 1 for unsigned IV to be used in
10105 Expr *BoundPrevUB = PrevUB.get();
10258 Built.PrevUB = PrevUB.get();