Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2145 APInt CommonBit = BigValue & ~SmallValue; in handleSmallSwitchRange() local
2146 assert((SmallValue | CommonBit) == BigValue && in handleSmallSwitchRange()
2147 CommonBit.countPopulation() == 1 && "Not a common bit?"); in handleSmallSwitchRange()
2154 DAG.getConstant(CommonBit, VT)); in handleSmallSwitchRange()