Home
last modified time | relevance | path

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

/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.cpp798 APInt llvm::APIntOps::GreatestCommonDivisor(APInt A, APInt B) { in GreatestCommonDivisor() function in llvm::APIntOps
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2438 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff->abs()); in gcdMIVtest()
2456 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff->abs()); in gcdMIVtest()
2478 ExtraGCD = APIntOps::GreatestCommonDivisor(ExtraGCD, ConstOp->abs()); in gcdMIVtest()
2490 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ExtraGCD); in gcdMIVtest()
2534 APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff->abs()); in gcdMIVtest()
2551 APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff->abs()); in gcdMIVtest()
2563 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff->abs()); in gcdMIVtest()
H A DBasicAliasAnalysis.cpp1284 GCD = APIntOps::GreatestCommonDivisor(GCD, ScaleForGCD.abs()); in aliasGEP()
H A DScalarEvolution.cpp3569 return APIntOps::GreatestCommonDivisor(std::move(A), std::move(B)); in gcd()
6304 Res = APIntOps::GreatestCommonDivisor( in getConstantMultipleImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp923 Stride = APIntOps::GreatestCommonDivisor(*Stride, Scale); in getStrideAndModOffsetOfGEP()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h2307 LLVM_ABI APInt GreatestCommonDivisor(APInt A, APInt B);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23559 {"_ZN4llvm8APIntOps21GreatestCommonDivisorERKNS_5APIntES3_", "llvm::APIntOps::GreatestCommonDivisor