Searched refs:DistInc (Results 1 – 3 of 3) sorted by relevance
1598 Dir->setDistInc(Exprs.DistInc); in Create()1660 Dir->setDistInc(Exprs.DistInc); in Create()1933 Dir->setDistInc(Exprs.DistInc); in Create()1993 Dir->setDistInc(Exprs.DistInc); in Create()2117 Dir->setDistInc(Exprs.DistInc); in Create()2181 Dir->setDistInc(Exprs.DistInc); in Create()
781 Expr *DistInc; member843 DistInc = nullptr; in clear()1252 void setDistInc(Expr *DistInc) { in setDistInc() argument1255 Data->getChildren()[DistIncOffset] = DistInc; in setDistInc()
10005 ExprResult DistCond, DistInc, PrevEUB, ParForInDistCond; in checkOpenMPLoop() local10011 DistInc = in checkOpenMPLoop()10013 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()10014 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), in checkOpenMPLoop()10015 DistInc.get()); in checkOpenMPLoop()10016 DistInc = in checkOpenMPLoop()10017 SemaRef.ActOnFinishFullExpr(DistInc.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()10018 assert(DistInc.isUsable() && "distribute inc expr was not built"); in checkOpenMPLoop()10201 Built.DistInc = DistInc.get(); in checkOpenMPLoop()