Home
last modified time | relevance | path

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

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