Home
last modified time | relevance | path

Searched refs:RunningGCD (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2254 APInt RunningGCD = APInt::getNullValue(BitWidth); in gcdMIVtest() local
2270 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2289 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2326 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ExtraGCD); in gcdMIVtest()
2327 DEBUG(dbgs() << " RunningGCD = " << RunningGCD << "\n"); in gcdMIVtest()
2328 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest()
2354 RunningGCD = ExtraGCD; in gcdMIVtest()
2358 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2370 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2375 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
[all …]