Searched refs:DistInc (Results 1 – 3 of 3) sorted by relevance
1656 Dir->setDistInc(Exprs.DistInc); in Create()1718 Dir->setDistInc(Exprs.DistInc); in Create()1991 Dir->setDistInc(Exprs.DistInc); in Create()2051 Dir->setDistInc(Exprs.DistInc); in Create()2175 Dir->setDistInc(Exprs.DistInc); in Create()2239 Dir->setDistInc(Exprs.DistInc); in Create()2437 Dir->setDistInc(Exprs.DistInc); in Create()2494 Dir->setDistInc(Exprs.DistInc); in Create()
796 Expr *DistInc; member858 DistInc = nullptr; in clear()1268 void setDistInc(Expr *DistInc) { in setDistInc() argument1271 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
10065 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local10071 DistInc = in checkOpenMPLoop()10073 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()10074 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()10075 DistInc.get()); in checkOpenMPLoop()10076 DistInc = in checkOpenMPLoop()10077 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()10078 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()10259 Built.DistInc = DistInc.get(); in checkOpenMPLoop()