Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp3376 const APInt &ValueHigh = CstHigh->getAPIntValue(); in computeKnownBits() local
3377 if (ValueLow.sle(ValueHigh)) { in computeKnownBits()
3379 unsigned HighSignBits = ValueHigh.getNumSignBits(); in computeKnownBits()
3381 if (ValueLow.isNegative() && ValueHigh.isNegative()) { in computeKnownBits()
3385 if (ValueLow.isNonNegative() && ValueHigh.isNonNegative()) { in computeKnownBits()