Searched refs:getPrevLowerBoundVariable (Results 1 – 2 of 2) sorted by relevance
3296 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds()3299 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()3301 PrevLBVal, LS.getPrevLowerBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()3303 LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
1402 Expr *getPrevLowerBoundVariable() const { in getPrevLowerBoundVariable() function