Searched refs:CastedDist (Results 1 – 1 of 1) sorted by relevance
1845 const SCEV *CastedDist = &Dist; in isSafeDependenceDistance() local1856 CastedDist = SE.getNoopOrSignExtend(&Dist, Product->getType()); in isSafeDependenceDistance()1860 const SCEV *Minus = SE.getMinusSCEV(CastedDist, CastedProduct); in isSafeDependenceDistance()1866 const SCEV *NegDist = SE.getNegativeSCEV(CastedDist); in isSafeDependenceDistance()