Searched refs:PrevEUB (Results 1 – 3 of 3) sorted by relevance
1221 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()1283 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()1556 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()1616 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()1740 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()1804 Dir->setPrevEnsureUpperBound(Exprs.PrevEUB); in Create()
695 void setPrevEnsureUpperBound(Expr *PrevEUB) { in setPrevEnsureUpperBound() argument698 Data->getChildren()[PrevEnsureUpperBoundOffset] = PrevEUB; in setPrevEnsureUpperBound()838 Expr *PrevEUB; member895 PrevEUB = nullptr; in clear()
8642 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local8664 PrevEUB = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, UB.get(), in checkOpenMPLoop()8666 PrevEUB = in checkOpenMPLoop()8667 SemaRef.ActOnFinishFullExpr(PrevEUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()8831 Built.PrevEUB = PrevEUB.get(); in checkOpenMPLoop()