Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2407 APInt RunningGCD = APInt::getZero(BitWidth); in gcdMIVtest() local
2423 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2442 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2479 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ExtraGCD); in gcdMIVtest()
2480 LLVM_DEBUG(dbgs() << " RunningGCD = " << RunningGCD << "\n"); in gcdMIVtest()
2481 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest()
2507 RunningGCD = ExtraGCD; in gcdMIVtest()
2511 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
2523 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2528 while (RunningGCD != 1 && isa<SCEVAddRecExpr>(Inner)) { in gcdMIVtest()
[all …]