Searched refs:tcIsZero (Results 1 – 4 of 4) sorted by relevance
995 if (APInt::tcIsZero(significand, numParts)) in makeNaN()1507 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()1547 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
2354 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero() function in APInt
1822 LLVM_ABI static bool tcIsZero(const WordType *, unsigned);
23598 {"_ZN4llvm5APInt8tcIsZeroEPKyj", "llvm::APInt::tcIsZero(unsigned long long const*, unsigned int)"},