Searched refs:DistInc (Results 1 – 3 of 3) sorted by relevance
1284 Dir->setDistInc(Exprs.DistInc); in Create()1346 Dir->setDistInc(Exprs.DistInc); in Create()1619 Dir->setDistInc(Exprs.DistInc); in Create()1679 Dir->setDistInc(Exprs.DistInc); in Create()1803 Dir->setDistInc(Exprs.DistInc); in Create()1867 Dir->setDistInc(Exprs.DistInc); in Create()
775 Expr *DistInc; member837 DistInc = nullptr; in clear()1168 void setDistInc(Expr *DistInc) { in setDistInc() argument1171 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
9363 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local9369 DistInc = in checkOpenMPLoop()9371 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()9372 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()9373 DistInc.get()); in checkOpenMPLoop()9374 DistInc = in checkOpenMPLoop()9375 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()9376 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()9551 Built.DistInc = DistInc.get(); in checkOpenMPLoop()