Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1912 APInt CommonBit = BigValue & ~SmallValue; in handleSmallSwitchRange() local
1913 assert((SmallValue | CommonBit) == BigValue && in handleSmallSwitchRange()
1914 CommonBit.countPopulation() == 1 && "Not a common bit?"); in handleSmallSwitchRange()
1921 DAG.getConstant(CommonBit, VT)); in handleSmallSwitchRange()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8693 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() local
8694 if (CommonBit.isPowerOf2()) { in lowerWorkItem()
8700 DAG.getConstant(CommonBit, DL, VT)); in lowerWorkItem()