Lines Matching defs:StepExpr
5377 /// condition. \param StepExpr Amount of increment after each iteration.
5383 Expr *StepExpr) {
5414 VarDecl *NewStep = precomputeExpr(Actions, BodyStmts, StepExpr, ".step");
19372 Expr *StepExpr = Step;
19381 StepExpr = Val.get();
19385 buildVarDecl(SemaRef, StepLoc, StepExpr->getType(), ".linear.step");
19387 buildDeclRefExpr(SemaRef, SaveVar, StepExpr->getType(), StepLoc);
19389 SemaRef.getCurScope(), StepLoc, BO_Assign, SaveRef.get(), StepExpr);
19396 StepExpr->getIntegerConstantExpr(getASTContext())) {
19409 Vars, Privates, Inits, StepExpr, CalcStepExpr,