Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DConstantRange.h270 bool isAllNegative() const;
/openbsd/src/gnu/llvm/llvm/lib/IR/
DConstantRange.cpp175 (CR1.isAllNegative() && CR2.isAllNegative()); in areInsensitiveToSignednessOfICmpPredicate()
183 return (CR1.isAllNonNegative() && CR2.isAllNegative()) || in areInsensitiveToSignednessOfInvertedICmpPredicate()
184 (CR1.isAllNegative() && CR2.isAllNonNegative()); in areInsensitiveToSignednessOfInvertedICmpPredicate()
407 bool ConstantRange::isAllNegative() const { in isAllNegative() function in ConstantRange
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp802 !YCR.isAllNegative()) in expandUDivOrURem()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DValueTracking.cpp5073 (LHSRange.isAllNegative() || RHSRange.isAllNegative()); in computeOverflowForSignedAdd()