Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1780 static bool tcIsZero(const WordType *, unsigned);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp961 if (APInt::tcIsZero(significand, numParts)) in makeNaN()
1449 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()
1488 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
H A DAPInt.cpp2324 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero() function in APInt