Searched refs:getPrevUpperBoundVariable (Results 1 – 2 of 2) sorted by relevance
2886 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); in emitDistributeParallelForInnerBounds()2894 PrevUB, LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()2896 PrevUBVal, LS.getPrevUpperBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()2898 LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
1314 Expr *getPrevUpperBoundVariable() const { in getPrevUpperBoundVariable() function