Home
last modified time | relevance | path

Searched refs:tcIsZero (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
DAPFloat.cpp653 if (APInt::tcIsZero(significand, numParts)) in makeNaN()
1139 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()
1186 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
DAPInt.cpp2362 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() function in APInt
/external/llvm/include/llvm/ADT/
DAPInt.h1611 static bool tcIsZero(const integerPart *, unsigned int);