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