Searched defs:isNonNegative (Results 1 – 9 of 9) sorted by relevance
53 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
368 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
54 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
317 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
98 bool isNonNegative() const { return Zero.isSignBitSet(); } in isNonNegative() function
99 bool isNonNegative() const { return Zero.isSignBitSet(); } in isNonNegative() function
329 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
325 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
123 auto isNonNegative = [&Solver](Value *V) { in replaceSignedInst() local