Searched refs:ValueLow (Results 1 – 1 of 1) sorted by relevance
3728 const APInt &ValueLow = CstLow->getAPIntValue(); in computeKnownBits() local3730 if (ValueLow.sle(ValueHigh)) { in computeKnownBits()3731 unsigned LowSignBits = ValueLow.getNumSignBits(); in computeKnownBits()3734 if (ValueLow.isNegative() && ValueHigh.isNegative()) { in computeKnownBits()3738 if (ValueLow.isNonNegative() && ValueHigh.isNonNegative()) { in computeKnownBits()3757 const APInt &ValueLow = CstLow->getAPIntValue(); in computeKnownBits() local3758 if (ValueLow.isNonNegative()) { in computeKnownBits()3760 Known.Zero.setHighBits(std::min(SignBits, ValueLow.getNumSignBits())); in computeKnownBits()