Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp186 (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 ConstantRange
1669 if (isAllNegative() && OtherMax.ule(Min.countl_one())) { in shl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h281 LLVM_ABI bool isAllNegative() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp857 if (!XCR.icmp(ICmpInst::ICMP_ULT, YCR.uadd_sat(YCR)) && !YCR.isAllNegative()) in expandUDivOrURem()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5297 } else if (ExpRange.isAllNegative()) { in computeKnownFPClass()
7196 (LHSRange.isAllNegative() || RHSRange.isAllNegative()); in computeOverflowForSignedAdd()