Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPInt.h1902 static bool tcIsZero(const WordType *, unsigned);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPFloat.cpp795 if (APInt::tcIsZero(significand, numParts)) in makeNaN()
1224 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()
1263 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
DAPInt.cpp2357 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero() function in APInt