Searched refs:DistInc (Results 1 – 3 of 3) sorted by relevance
1618 Dir->setDistInc(Exprs.DistInc); in Create()1680 Dir->setDistInc(Exprs.DistInc); in Create()1953 Dir->setDistInc(Exprs.DistInc); in Create()2013 Dir->setDistInc(Exprs.DistInc); in Create()2137 Dir->setDistInc(Exprs.DistInc); in Create()2201 Dir->setDistInc(Exprs.DistInc); in Create()2399 Dir->setDistInc(Exprs.DistInc); in Create()2456 Dir->setDistInc(Exprs.DistInc); in Create()
796 Expr *DistInc; member858 DistInc = nullptr; in clear()1267 void setDistInc(Expr *DistInc) { in setDistInc() argument1270 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
10220 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local10226 DistInc = in checkOpenMPLoop()10228 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()10229 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()10230 DistInc.get()); in checkOpenMPLoop()10231 DistInc = in checkOpenMPLoop()10232 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()10233 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()10414 Built.DistInc = DistInc.get(); in checkOpenMPLoop()