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