Searched refs:getPrevLowerBoundVariable (Results 1 – 3 of 3) sorted by relevance
2065 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds()2068 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()2070 PrevLBVal, LS.getPrevLowerBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()2072 LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
881 Expr *getPrevLowerBoundVariable() const { in getPrevLowerBoundVariable() function
1916 Record.AddStmt(D->getPrevLowerBoundVariable()); in VisitOMPLoopDirective()