Searched refs:DistInc (Results 1 – 3 of 3) sorted by relevance
1322 Dir->setDistInc(Exprs.DistInc); in Create()1384 Dir->setDistInc(Exprs.DistInc); in Create()1657 Dir->setDistInc(Exprs.DistInc); in Create()1717 Dir->setDistInc(Exprs.DistInc); in Create()1841 Dir->setDistInc(Exprs.DistInc); in Create()1905 Dir->setDistInc(Exprs.DistInc); in Create()
780 Expr *DistInc; member842 DistInc = nullptr; in clear()1201 void setDistInc(Expr *DistInc) { in setDistInc() argument1204 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
9387 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local9393 DistInc = in checkOpenMPLoop()9395 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()9396 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()9397 DistInc.get()); in checkOpenMPLoop()9398 DistInc = in checkOpenMPLoop()9399 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()9400 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()9585 Built.DistInc = DistInc.get(); in checkOpenMPLoop()