Searched refs:IsNonNegative (Results 1 – 2 of 2) sorted by relevance
282 bool IsNonNegative = false; member286 unsigned TruncBits, bool IsNonNegative) in CastedValue()288 IsNonNegative(IsNonNegative) {} in CastedValue()297 IsNonNegative && PreserveNonNeg); in withValue()308 IsNonNegative); in withZExtOfValue()328 IsNonNegative); in withSExtOfValue()334 return CastedValue(NewV, ZExtBits, SExtBits + ExtendBy, 0, IsNonNegative); in withSExtOfValue()350 if (IsNonNegative && !N.isAllNonNegative()) in evaluateWith()375 if (IsNonNegative || Other.IsNonNegative) in hasSameCastsAs()
9725 bool IsNonNegative = DAG.SignBitIsZero(N->getOperand(1)) && in expandABD() local9728 if (DAG.willNotOverflowSub(IsSigned || IsNonNegative, N->getOperand(0), in expandABD()9733 if (DAG.willNotOverflowSub(IsSigned || IsNonNegative, N->getOperand(1), in expandABD()