Searched refs:Pow2 (Results 1 – 8 of 8) 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()
728 unsigned Pow2; in GreatestCommonDivisor() local734 Pow2 = Pow2_B; in GreatestCommonDivisor()737 Pow2 = Pow2_A; in GreatestCommonDivisor()739 Pow2 = Pow2_A; in GreatestCommonDivisor()752 A.lshrInPlace(A.countTrailingZeros() - Pow2); in GreatestCommonDivisor()755 B.lshrInPlace(B.countTrailingZeros() - Pow2); in GreatestCommonDivisor()
4201 APInt Pow2 = Cst1->getValue() + 1; in visitICmpInst() local4202 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) && in visitICmpInst()4203 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth()) in visitICmpInst()
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()
4306 APInt Pow2 = Cst1->getValue() + 1; in foldICmpEquality() local4307 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) && in foldICmpEquality()4308 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth()) in foldICmpEquality()
1726 TEST_F(BNTest, Pow2) { in TEST_F() argument
1630 TEST_F(AlgebraicSimplifierTest, Pow2) { in TEST_F() argument