Home
last modified time | relevance | path

Searched defs:isNonZero (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h153 constexpr bool isNonZero() const { return Quantity != 0; } in isNonZero() function
H A DKnownBits.h102 bool isNonZero() const { return !One.isZero(); } in isNonZero() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h387 bool isNonZero() const { return category != fcZero; } in isNonZero() function
1238 bool isNonZero() const { return !isZero(); } in isNonZero() function