Searched refs:LastIteration (Results 1 – 3 of 3) sorted by relevance
309 Dir->setLastIteration(Exprs.LastIteration); in Create()344 Dir->setLastIteration(Exprs.LastIteration); in Create()459 Dir->setLastIteration(Exprs.LastIteration); in Create()589 Dir->setLastIteration(Exprs.LastIteration); in Create()634 Dir->setLastIteration(Exprs.LastIteration); in Create()966 Dir->setLastIteration(Exprs.LastIteration); in Create()1070 Dir->setLastIteration(Exprs.LastIteration); in Create()1115 Dir->setLastIteration(Exprs.LastIteration); in Create()1158 Dir->setLastIteration(Exprs.LastIteration); in Create()1203 Dir->setLastIteration(Exprs.LastIteration); in Create()[all …]
9697 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local9706 LastIteration = LastIteration32; in checkOpenMPLoop()9707 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()9717 if (!LastIteration.isUsable()) in checkOpenMPLoop()9721 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()9723 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()9724 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()9725 LastIteration.get(), in checkOpenMPLoop()9727 if (!LastIteration.isUsable()) in checkOpenMPLoop()9733 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()[all …]
745 Expr *LastIteration; member816 return IterationVarRef != nullptr && LastIteration != nullptr && in builtAll()827 LastIteration = nullptr; in clear()