Searched refs:UnmaskedC (Results 1 – 1 of 1) sorted by relevance
2666 APInt UnmaskedC = MulC->getAPIntValue() | HighMask; in SimplifyDemandedBits() local2667 if (UnmaskedC.isNegatedPowerOf2()) in SimplifyDemandedBits()2668 return (-UnmaskedC).logBase2(); in SimplifyDemandedBits()