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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp733 unsigned Pow2;
739 Pow2 = Pow2_B;
742 Pow2 = Pow2_A;
744 Pow2 = Pow2_A;
757 A.lshrInPlace(A.countTrailingZeros() - Pow2);
760 B.lshrInPlace(B.countTrailingZeros() - Pow2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4251 APInt Pow2 = Cst1->getValue() + 1; local
4252 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) &&
4253 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth())

Completed in 63 milliseconds