Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1598 static bool tcIsZero(const integerPart *, unsigned int);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp773 if (APInt::tcIsZero(significand, numParts)) in makeNaN()
1202 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand()
1241 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
DAPInt.cpp2362 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1896 static bool tcIsZero(const WordType *, unsigned);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2325 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() function in APInt