Searched refs:tcIsZero (Results 1 – 3 of 3) sorted by relevance
1761 static bool tcIsZero(const WordType *, unsigned);
833 if (APInt::tcIsZero(significand, numParts)) in makeNaN()1317 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()1356 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
2317 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero() function in APInt