Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp682 unsigned Pow2_B = B.countTrailingZeros(); in GreatestCommonDivisor() local
683 if (Pow2_A > Pow2_B) { in GreatestCommonDivisor()
684 A.lshrInPlace(Pow2_A - Pow2_B); in GreatestCommonDivisor()
685 Pow2 = Pow2_B; in GreatestCommonDivisor()
686 } else if (Pow2_B > Pow2_A) { in GreatestCommonDivisor()
687 B.lshrInPlace(Pow2_B - Pow2_A); in GreatestCommonDivisor()