Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3507 const APInt &ValueHigh = CstHigh->getAPIntValue(); in computeKnownBits() local
3508 if (ValueLow.sle(ValueHigh)) { in computeKnownBits()
3510 unsigned HighSignBits = ValueHigh.getNumSignBits(); in computeKnownBits()
3512 if (ValueLow.isNegative() && ValueHigh.isNegative()) { in computeKnownBits()
3516 if (ValueLow.isNonNegative() && ValueHigh.isNonNegative()) { in computeKnownBits()