Searched refs:ValueLow (Results 1 – 1 of 1) sorted by relevance
3793 const APInt &ValueLow = CstLow->getAPIntValue(); in computeKnownBits() local3795 if (ValueLow.sle(ValueHigh)) { in computeKnownBits()3796 unsigned LowSignBits = ValueLow.getNumSignBits(); in computeKnownBits()3799 if (ValueLow.isNegative() && ValueHigh.isNegative()) { in computeKnownBits()3803 if (ValueLow.isNonNegative() && ValueHigh.isNonNegative()) { in computeKnownBits()3822 const APInt &ValueLow = CstLow->getAPIntValue(); in computeKnownBits() local3823 if (ValueLow.isNonNegative()) { in computeKnownBits()3825 Known.Zero.setHighBits(std::min(SignBits, ValueLow.getNumSignBits())); in computeKnownBits()