Searched refs:getPrevUpperBoundVariable (Results 1 – 4 of 4) sorted by relevance
714 Expr *getPrevUpperBoundVariable() const { in getPrevUpperBoundVariable() function
2709 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); in emitDistributeParallelForInnerBounds()2717 PrevUB, LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()2719 PrevUBVal, LS.getPrevUpperBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()2721 LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
1010 Expr *getPrevUpperBoundVariable() const { in getPrevUpperBoundVariable() function
2202 Record.AddStmt(D->getPrevUpperBoundVariable()); in VisitOMPLoopDirective()