Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Pow2

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