Home
last modified time | relevance | path

Searched refs:CommonBit (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9801 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() local
9802 if (CommonBit.isPowerOf2()) { in lowerWorkItem()
9808 DAG.getConstant(CommonBit, DL, VT)); in lowerWorkItem()