Searched refs:CommonBit (Results 1 – 1 of 1) sorted by relevance
2145 APInt CommonBit = BigValue & ~SmallValue; in handleSmallSwitchRange() local2146 assert((SmallValue | CommonBit) == BigValue && in handleSmallSwitchRange()2147 CommonBit.countPopulation() == 1 && "Not a common bit?"); in handleSmallSwitchRange()2154 DAG.getConstant(CommonBit, VT)); in handleSmallSwitchRange()