Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4100 const APInt &ValueHigh = CstHigh->getAPIntValue(); in computeKnownBits() local
4101 if (ValueLow.sle(ValueHigh)) { in computeKnownBits()
4103 unsigned HighSignBits = ValueHigh.getNumSignBits(); in computeKnownBits()
4105 if (ValueLow.isNegative() && ValueHigh.isNegative()) { in computeKnownBits()
4109 if (ValueLow.isNonNegative() && ValueHigh.isNonNegative()) { in computeKnownBits()