Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2292 APInt RunningGCD = APInt::getNullValue(BitWidth); in gcdMIVtest() local
2310 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2331 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2368 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ExtraGCD); in gcdMIVtest()
2369 DEBUG(dbgs() << " RunningGCD = " << RunningGCD << "\n"); in gcdMIVtest()
2370 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest()
2396 RunningGCD = ExtraGCD; in gcdMIVtest()
2400 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2413 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2418 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
[all …]