Searched refs:SmallValue (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1905 const APInt& SmallValue = cast<ConstantInt>(Small.Low)->getValue(); in handleSmallSwitchRange() local 1909 if (BigValue.countPopulation() == SmallValue.countPopulation() + 1 && in handleSmallSwitchRange() 1910 (SmallValue | BigValue) == BigValue) { in handleSmallSwitchRange() 1912 APInt CommonBit = BigValue & ~SmallValue; in handleSmallSwitchRange() 1913 assert((SmallValue | CommonBit) == BigValue && in handleSmallSwitchRange()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 8689 const APInt &SmallValue = Small.Low->getValue(); in lowerWorkItem() local 8693 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() 8702 DL, MVT::i1, Or, DAG.getConstant(BigValue | SmallValue, DL, VT), in lowerWorkItem()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 9797 const APInt &SmallValue = Small.Low->getValue(); in lowerWorkItem() local 9801 APInt CommonBit = BigValue ^ SmallValue; in lowerWorkItem() 9810 DL, MVT::i1, Or, DAG.getConstant(BigValue | SmallValue, DL, VT), in lowerWorkItem()
|