Searched refs:getLowerBoundVariable (Results 1 – 4 of 4) sorted by relevance
2521 (void)EmitOMPHelperVar(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable())); in emitOMPSimdRegion()3094 EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getLowerBoundVariable())); in emitDistributeParallelForInnerBounds()3511 EmitOMPHelperVar(CGF, cast<DeclRefExpr>(LS.getLowerBoundVariable())); in emitForLoopBounds()5648 : S.getLowerBoundVariable()))); in EmitOMPDistributeLoop()7662 mapParam(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable()), *LBP, in EmitOMPTaskLoopBasedDirective()
3144 cast<OMPLoopDirective>(D).getLowerBoundVariable()->getExprLoc()); in createParallelDataSharingWrapper()
4643 cast<VarDecl>(cast<DeclRefExpr>(D.getLowerBoundVariable())->getDecl()); in emitTaskLoopCall()
1360 Expr *getLowerBoundVariable() const { in getLowerBoundVariable() function