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.cpp175 (CR1.isAllNegative() && CR2.isAllNegative()); in areInsensitiveToSignednessOfICmpPredicate()
183 return (CR1.isAllNonNegative() && CR2.isAllNegative()) || in areInsensitiveToSignednessOfInvertedICmpPredicate()
184 (CR1.isAllNegative() && CR2.isAllNonNegative()); in areInsensitiveToSignednessOfInvertedICmpPredicate()
411 bool ConstantRange::isAllNegative() const { in isAllNegative() function in ConstantRange
1494 if (isAllNegative() && OtherMax.ule(Min.countl_one())) { in shl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h270 bool isAllNegative() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp774 !YCR.isAllNegative()) in expandUDivOrURem()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp4843 } else if (ExpRange.isAllNegative()) { in computeKnownFPClass()
6405 (LHSRange.isAllNegative() || RHSRange.isAllNegative()); in computeOverflowForSignedAdd()