Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPSInt.h54 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
H A DAPInt.h317 bool isNonNegative() const { return !isNegative(); } in isNonNegative() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h99 bool isNonNegative() const { return Zero.isSignBitSet(); } in isNonNegative() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp123 auto isNonNegative = [&Solver](Value *V) { in replaceSignedInst() local