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