Home
last modified time | relevance | path

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

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