Searched refs:getPrevLowerBoundVariable (Results 1 – 2 of 2) sorted by relevance
3104 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds()3107 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()3109 PrevLBVal, LS.getPrevLowerBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()3111 LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
1416 Expr *getPrevLowerBoundVariable() const { in getPrevLowerBoundVariable() function