Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3729 const APInt &ValueHigh = CstHigh->getAPIntValue(); in computeKnownBits() local
3730 if (ValueLow.sle(ValueHigh)) { in computeKnownBits()
3732 unsigned HighSignBits = ValueHigh.getNumSignBits(); in computeKnownBits()
3734 if (ValueLow.isNegative() && ValueHigh.isNegative()) { in computeKnownBits()
3738 if (ValueLow.isNonNegative() && ValueHigh.isNonNegative()) { in computeKnownBits()