Searched refs:EndIsNonNegative (Results 1 – 1 of 1) sorted by relevance
1700 const SCEV *EndIsNonNegative = SCEVCheckNonNegative(REnd); in computeSafeIterationSpace() local1702 const SCEV *Begin = SE.getMulExpr(ClampedSubtract(Zero, M), EndIsNonNegative); in computeSafeIterationSpace()1703 const SCEV *End = SE.getMulExpr(ClampedSubtract(REnd, M), EndIsNonNegative); in computeSafeIterationSpace()