Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h54 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
H A DAPInt.h314 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h97 bool isNonNegative() const { return Zero.isSignBitSet(); } in isNonNegative() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp172 auto isNonNegative = [&Solver](Value *V) { in replaceSignedInst() local