Searched refs:getPrevLowerBoundVariable (Results 1 – 2 of 2) sorted by relevance
2885 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds()2888 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()2890 PrevLBVal, LS.getPrevLowerBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()2892 LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
1309 Expr *getPrevLowerBoundVariable() const { in getPrevLowerBoundVariable() function