Searched refs:Pow2 (Results 1 – 5 of 5) sorted by relevance
679 unsigned Pow2; in GreatestCommonDivisor() local685 Pow2 = Pow2_B; in GreatestCommonDivisor()688 Pow2 = Pow2_A; in GreatestCommonDivisor()690 Pow2 = Pow2_A; in GreatestCommonDivisor()703 A.lshrInPlace(A.countTrailingZeros() - Pow2); in GreatestCommonDivisor()706 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()
3544 APInt Pow2 = Cst1->getValue() + 1; in foldICmpEquality() local3545 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) && in foldICmpEquality()3546 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth()) in foldICmpEquality()
1708 TEST_F(BNTest, Pow2) { in TEST_F() argument
1290 TEST_F(AlgebraicSimplifierTest, Pow2) { in TEST_F() argument