Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTypeSize.h114 bool isNonZero() const { return !isZero(); } in isNonZero() function
H A DKnownBits.h102 bool isNonZero() const { return !One.isNullValue(); } in isNonZero() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h377 bool isNonZero() const { return category != fcZero; } in isNonZero() function
1226 bool isNonZero() const { return !isZero(); } in isNonZero() function