Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Pow2

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