Home
last modified time | relevance | path

Searched refs:SmallValue (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2138 const APInt& SmallValue = Small.Low->getValue(); in handleSmallSwitchRange() local
2142 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()