Home
last modified time | relevance | path

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

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