Searched refs:isAllNegative (Results 1 – 4 of 4) sorted by relevance
186 (CR1.isAllNegative() && CR2.isAllNegative()); in areInsensitiveToSignednessOfICmpPredicate()194 return (CR1.isAllNonNegative() && CR2.isAllNegative()) || in areInsensitiveToSignednessOfInvertedICmpPredicate()195 (CR1.isAllNegative() && CR2.isAllNonNegative()); in areInsensitiveToSignednessOfInvertedICmpPredicate()468 bool ConstantRange::isAllNegative() const { in isAllNegative() function in ConstantRange1669 if (isAllNegative() && OtherMax.ule(Min.countl_one())) { in shl()
281 LLVM_ABI bool isAllNegative() const;
857 if (!XCR.icmp(ICmpInst::ICMP_ULT, YCR.uadd_sat(YCR)) && !YCR.isAllNegative()) in expandUDivOrURem()
5297 } else if (ExpRange.isAllNegative()) { in computeKnownFPClass()7196 (LHSRange.isAllNegative() || RHSRange.isAllNegative()); in computeOverflowForSignedAdd()