Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3019 const APInt &ValueHigh = CstHigh->getAPIntValue(); in computeKnownBits() local
3020 if (ValueLow.sle(ValueHigh)) { in computeKnownBits()
3022 unsigned HighSignBits = ValueHigh.getNumSignBits(); in computeKnownBits()
3024 if (ValueLow.isNegative() && ValueHigh.isNegative()) { in computeKnownBits()
3028 if (ValueLow.isNonNegative() && ValueHigh.isNonNegative()) { in computeKnownBits()