Searched refs:tcIsZero (Results 1 – 3 of 3) sorted by relevance
650 if (APInt::tcIsZero(significand, numParts)) in makeNaN()1118 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()1165 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
2372 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() function in APInt
1603 static bool tcIsZero(const integerPart *, unsigned int);