HomeSort by: relevance | last modified time | path
    Searched refs:Pow2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APInt.cpp 728 unsigned Pow2;
734 Pow2 = Pow2_B;
737 Pow2 = Pow2_A;
739 Pow2 = Pow2_A;
752 A.lshrInPlace(A.countTrailingZeros() - Pow2);
755 B.lshrInPlace(B.countTrailingZeros() - Pow2);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 4315 APInt Pow2 = Cst1->getValue() + 1;
4316 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) &&
4317 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth())

Completed in 44 milliseconds