Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3158 const APInt &ValueHigh = CstHigh->getAPIntValue(); in computeKnownBits() local
3159 if (ValueLow.sle(ValueHigh)) { in computeKnownBits()
3161 unsigned HighSignBits = ValueHigh.getNumSignBits(); in computeKnownBits()
3163 if (ValueLow.isNegative() && ValueHigh.isNegative()) { in computeKnownBits()
3167 if (ValueLow.isNonNegative() && ValueHigh.isNonNegative()) { in computeKnownBits()