Searched refs:getStrideVariable (Results 1 – 3 of 3) sorted by relevance
3367 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPWorksharingLoop()5709 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getStrideVariable())); in EmitOMPDistributeLoop()7738 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope); in EmitOMPTaskLoopBasedDirective()
4676 cast<VarDecl>(cast<DeclRefExpr>(D.getStrideVariable())->getDecl()); in emitTaskLoopCall()
1377 Expr *getStrideVariable() const { in getStrideVariable() function