Searched refs:DistInc (Results 1 – 3 of 3) sorted by relevance
1220 Dir->setDistInc(Exprs.DistInc); in Create()1282 Dir->setDistInc(Exprs.DistInc); in Create()1555 Dir->setDistInc(Exprs.DistInc); in Create()1615 Dir->setDistInc(Exprs.DistInc); in Create()1739 Dir->setDistInc(Exprs.DistInc); in Create()1803 Dir->setDistInc(Exprs.DistInc); in Create()
690 void setDistInc(Expr *DistInc) { in setDistInc() argument693 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()832 Expr *DistInc; member894 DistInc = nullptr; in clear()
8642 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local8648 DistInc = in checkOpenMPLoop()8650 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()8651 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()8652 DistInc.get()); in checkOpenMPLoop()8653 DistInc = in checkOpenMPLoop()8654 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()8655 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()8830 Built.DistInc = DistInc.get(); in checkOpenMPLoop()