Searched refs:isAllNegative (Results 1 – 4 of 4) sorted by relevance
175 (CR1.isAllNegative() && CR2.isAllNegative()); in areInsensitiveToSignednessOfICmpPredicate()183 return (CR1.isAllNonNegative() && CR2.isAllNegative()) || in areInsensitiveToSignednessOfInvertedICmpPredicate()184 (CR1.isAllNegative() && CR2.isAllNonNegative()); in areInsensitiveToSignednessOfInvertedICmpPredicate()457 bool ConstantRange::isAllNegative() const { in isAllNegative() function in ConstantRange1587 if (isAllNegative() && OtherMax.ule(Min.countl_one())) { in shl()
275 bool isAllNegative() const;
837 !YCR.isAllNegative()) in expandUDivOrURem()
5455 } else if (ExpRange.isAllNegative()) { in computeKnownFPClass()7082 (LHSRange.isAllNegative() || RHSRange.isAllNegative()); in computeOverflowForSignedAdd()