Searched refs:CommonBit (Results 1 – 3 of 3) sorted by relevance
1912 APInt CommonBit = BigValue & ~SmallValue; in handleSmallSwitchRange() local1913 assert((SmallValue | CommonBit) == BigValue && in handleSmallSwitchRange()1914 CommonBit.countPopulation() == 1 && "Not a common bit?"); in handleSmallSwitchRange()1921 DAG.getConstant(CommonBit, VT)); in handleSmallSwitchRange()
8693 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() local8694 if (CommonBit.isPowerOf2()) { in lowerWorkItem()8700 DAG.getConstant(CommonBit, DL, VT)); in lowerWorkItem()
9801 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() local9802 if (CommonBit.isPowerOf2()) { in lowerWorkItem()9808 DAG.getConstant(CommonBit, DL, VT)); in lowerWorkItem()