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