Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp735 unsigned Pow2; in GreatestCommonDivisor() local
741 Pow2 = Pow2_B; in GreatestCommonDivisor()
744 Pow2 = Pow2_A; in GreatestCommonDivisor()
746 Pow2 = Pow2_A; in GreatestCommonDivisor()
759 A.lshrInPlace(A.countTrailingZeros() - Pow2); in GreatestCommonDivisor()
762 B.lshrInPlace(B.countTrailingZeros() - Pow2); in GreatestCommonDivisor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4236 APInt Pow2 = Cst1->getValue() + 1; in foldICmpEquality() local
4237 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) && in foldICmpEquality()
4238 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth()) in foldICmpEquality()