Searched refs:getUpperBoundVariable (Results 1 – 4 of 4) sorted by relevance
1989 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getUpperBoundVariable())); in EmitOMPWorksharingLoop()2663 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getUpperBoundVariable())); in EmitOMPDistributeLoop()3544 mapParam(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()), *UBP, in EmitOMPTaskLoopBasedDirective()
4091 cast<VarDecl>(cast<DeclRefExpr>(D.getUpperBoundVariable())->getDecl()); in emitTaskLoopCall()
658 Expr *getUpperBoundVariable() const { in getUpperBoundVariable() function
2193 Record.AddStmt(D->getUpperBoundVariable()); in VisitOMPLoopDirective()