Searched refs:getPrevLowerBoundVariable (Results 1 – 4 of 4) sorted by relevance
706 Expr *getPrevLowerBoundVariable() const { in getPrevLowerBoundVariable() function
2708 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds()2711 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()2713 PrevLBVal, LS.getPrevLowerBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()2715 LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
1005 Expr *getPrevLowerBoundVariable() const { in getPrevLowerBoundVariable() function
2201 Record.AddStmt(D->getPrevLowerBoundVariable()); in VisitOMPLoopDirective()