Searched defs:isNonNegative (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h301 bool isNonNegative() const { function in class:llvm::APInt
310 return isNonNegative() && !!*this;

Completed in 207 milliseconds