Home
last modified time | relevance | path

Searched refs:tcIsZero (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp995 if (APInt::tcIsZero(significand, numParts)) in makeNaN()
1507 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()
1547 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
H A DAPInt.cpp2354 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero() function in APInt
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1822 LLVM_ABI static bool tcIsZero(const WordType *, unsigned);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23598 {"_ZN4llvm5APInt8tcIsZeroEPKyj", "llvm::APInt::tcIsZero(unsigned long long const*, unsigned int)"},