Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Power

342     if (ConstantInt *Power = dyn_cast<ConstantInt>(II->getArgOperand(1))) {
344 if (Power->isZero())
347 if (Power->isOne())
350 if (Power->isAllOnesValue())