Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h158 constexpr bool isNonZero() const { return Quantity != 0; } in isNonZero() function
H A DKnownBits.h102 bool isNonZero() const { return !One.isZero(); } in isNonZero() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFloating.h92 bool isNonZero() const { return F.isNonZero(); } in isNonZero() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h423 bool isNonZero() const { return category != fcZero; } in isNonZero() function
1304 bool isNonZero() const { return !isZero(); } in isNonZero() function