Searched refs:SmallValue (Results 1 – 1 of 1) sorted by relevance
2138 const APInt& SmallValue = Small.Low->getValue(); in handleSmallSwitchRange() local2142 if (BigValue.countPopulation() == SmallValue.countPopulation() + 1 && in handleSmallSwitchRange()2143 (SmallValue | BigValue) == BigValue) { in handleSmallSwitchRange()2145 APInt CommonBit = BigValue & ~SmallValue; in handleSmallSwitchRange()2146 assert((SmallValue | CommonBit) == BigValue && in handleSmallSwitchRange()