Searched refs:tcIsZero (Results 1 – 5 of 5) sorted by relevance
1598 static bool tcIsZero(const integerPart *, unsigned int);
773 if (APInt::tcIsZero(significand, numParts)) in makeNaN()1202 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()1241 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
2362 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero() function in APInt
1896 static bool tcIsZero(const WordType *, unsigned);
2325 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() function in APInt