Searched refs:getPrevUpperBoundVariable (Results 1 – 2 of 2) sorted by relevance
2913 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); in emitDistributeParallelForInnerBounds()2921 PrevUB, LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()2923 PrevUBVal, LS.getPrevUpperBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()2925 LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
1347 Expr *getPrevUpperBoundVariable() const { in getPrevUpperBoundVariable() function