Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Pow2

4201       APInt Pow2 = Cst1->getValue() + 1;
4202 if (Pow2.isPowerOf2() && isa<IntegerType>(A->getType()) &&
4203 Pow2.logBase2() == cast<IntegerType>(A->getType())->getBitWidth())