Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DTypeSize.h158 constexpr bool isNonZero() const { return Quantity != 0; } in isNonZero() function
H A DKnownBits.h100 bool isNonZero() const { return !One.isZero(); } isNonZero() function
/llvm-project/clang/lib/AST/Interp/
H A DFloating.h
/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h442 bool isNonZero() const { return category != fcZero; } isNonZero() function
1357 bool isNonZero() const { return !isZero(); } isNonZero() function