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