Searched refs:BigValue (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1906 const APInt& BigValue = cast<ConstantInt>(Big.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() 1923 Or, DAG.getConstant(BigValue, VT), in handleSmallSwitchRange()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 8690 const APInt &BigValue = Big.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 | 9798 const APInt &BigValue = Big.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()
|