Searched refs:isAllNonNegative (Results 1 – 5 of 5) sorted by relevance
737 if (CR.isAllNonNegative()) in getDomain()1076 if (!LRange.isAllNonNegative()) in processAShr()1094 .isAllNonNegative()) in processSExt()1115 .isAllNonNegative()) in processPossibleNonNeg()1135 .isAllNonNegative()) in processSIToFP()
278 bool isAllNonNegative() const;
174 return (CR1.isAllNonNegative() && CR2.isAllNonNegative()) || in areInsensitiveToSignednessOfICmpPredicate()183 return (CR1.isAllNonNegative() && CR2.isAllNegative()) || in areInsensitiveToSignednessOfInvertedICmpPredicate()184 (CR1.isAllNegative() && CR2.isAllNonNegative()); in areInsensitiveToSignednessOfInvertedICmpPredicate()467 bool ConstantRange::isAllNonNegative() const { in isAllNonNegative() function in ConstantRange
140 if (Range.isAllNonNegative()) { in refineInstruction()181 IV.getConstantRange().isAllNonNegative(); in replaceSignedInst()
5461 } else if (ExpRange.isAllNonNegative()) { in computeKnownFPClass()7080 (LHSRange.isAllNonNegative() || RHSRange.isAllNonNegative()); in computeOverflowForSignedAdd()