Searched refs:Pow2 (Results 1 – 2 of 2) sorted by relevance
735 unsigned Pow2; in GreatestCommonDivisor() local741 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()
4236 APInt Pow2 = Cst1->getValue() + 1; in foldICmpEquality() local4237 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) && in foldICmpEquality()4238 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth()) in foldICmpEquality()