HomeSort by: relevance | last modified time | path
    Searched defs:isNonNegative (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APSInt.h 53 bool isNonNegative() const { return !isNegative(); }
61 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
APInt.h 369 bool isNonNegative() const { return !isNegative(); }
391 bool isStrictlyPositive() const { return isNonNegative() && !isNullValue(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
KnownBits.h 99 bool isNonNegative() const { return Zero.isSignBitSet(); }
241 if (isNonNegative())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 646 static bool isNonNegative(Value *V, LazyValueInfo *LVI, Instruction *CxtI) {
663 if (isNonNegative(V, LVI, CxtI))
897 if (!isNonNegative(SDI->getOperand(0), LVI, SDI))
917 if (!isNonNegative(Base, LVI, SDI))

Completed in 28 milliseconds