Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSlowDynamicAPInt.cpp222 APIntOps::GreatestCommonDivisor(A.Val.sext(Width), B.Val.sext(Width))); in gcd()
H A DAPInt.cpp767 APInt llvm::APIntOps::GreatestCommonDivisor(APInt A, APInt B) { in GreatestCommonDivisor() function in llvm::APIntOps
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2423 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2442 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2466 ExtraGCD = APIntOps::GreatestCommonDivisor(ExtraGCD, in gcdMIVtest()
2479 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ExtraGCD); in gcdMIVtest()
2523 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2540 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
2553 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs()); in gcdMIVtest()
H A DBasicAliasAnalysis.cpp1257 GCD = APIntOps::GreatestCommonDivisor(GCD, ScaleForGCD.abs()); in aliasGEP()
H A DScalarEvolution.cpp3587 return APIntOps::GreatestCommonDivisor(std::move(A), std::move(B)); in gcd()
6292 Res = APIntOps::GreatestCommonDivisor( in getConstantMultipleImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2252 APInt GreatestCommonDivisor(APInt A, APInt B);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp860 Stride = APIntOps::GreatestCommonDivisor(*Stride, Scale); in getStrideAndModOffsetOfGEP()