Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3794 const APInt &ValueHigh = CstHigh->getAPIntValue(); in computeKnownBits() local
3795 if (ValueLow.sle(ValueHigh)) { in computeKnownBits()
3797 unsigned HighSignBits = ValueHigh.getNumSignBits(); in computeKnownBits()
3799 if (ValueLow.isNegative() && ValueHigh.isNegative()) { in computeKnownBits()
3803 if (ValueLow.isNonNegative() && ValueHigh.isNonNegative()) { in computeKnownBits()