Searched defs:isNonNegative (Results 1 – 4 of 4) sorted by relevance
54 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
314 bool isNonNegative() const { return !isNegative(); } isNonNegative() function
97 bool isNonNegative() const { return Zero.isSignBitSet(); } isNonNegative() function
180 auto isNonNegative = [&Solver](Value *V) { replaceSignedInst() local