Searched refs:DistInc (Results 1 – 3 of 3) sorted by relevance
1067 Dir->setDistInc(Exprs.DistInc); in Create()1135 Dir->setDistInc(Exprs.DistInc); in Create()1449 Dir->setDistInc(Exprs.DistInc); in Create()1518 Dir->setDistInc(Exprs.DistInc); in Create()1666 Dir->setDistInc(Exprs.DistInc); in Create()1739 Dir->setDistInc(Exprs.DistInc); in Create()
565 void setDistInc(Expr *DistInc) { in setDistInc() argument568 *std::next(child_begin(), DistIncOffset) = DistInc; in setDistInc()704 Expr *DistInc; member755 DistInc = nullptr; in clear()
5536 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local5541 DistInc = in checkOpenMPLoop()5543 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()5544 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()5545 DistInc.get()); in checkOpenMPLoop()5546 DistInc = SemaRef.ActOnFinishFullExpr(DistInc.get()); in checkOpenMPLoop()5547 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()5690 Built.DistInc = DistInc.get(); in checkOpenMPLoop()