Searched refs:DistInc (Results 1 – 3 of 3) sorted by relevance
1694 Dir->setDistInc(Exprs.DistInc); in Create()1756 Dir->setDistInc(Exprs.DistInc); in Create()2029 Dir->setDistInc(Exprs.DistInc); in Create()2089 Dir->setDistInc(Exprs.DistInc); in Create()2213 Dir->setDistInc(Exprs.DistInc); in Create()2277 Dir->setDistInc(Exprs.DistInc); in Create()2475 Dir->setDistInc(Exprs.DistInc); in Create()2532 Dir->setDistInc(Exprs.DistInc); in Create()
780 Expr *DistInc; member842 DistInc = nullptr; in clear()1253 void setDistInc(Expr *DistInc) { in setDistInc() argument1256 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
10153 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local10159 DistInc = in checkOpenMPLoop()10161 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()10162 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()10163 DistInc.get()); in checkOpenMPLoop()10164 DistInc = in checkOpenMPLoop()10165 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue=*/false); in checkOpenMPLoop()10166 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()10347 Built.DistInc = DistInc.get(); in checkOpenMPLoop()