Searched refs:getPrevLowerBoundVariable (Results 1 – 2 of 2) sorted by relevance
2912 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds()2915 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()2917 PrevLBVal, LS.getPrevLowerBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()2919 LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
1342 Expr *getPrevLowerBoundVariable() const { in getPrevLowerBoundVariable() function