Searched refs:tcIsZero (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 664 if (APInt::tcIsZero(significand, numParts)) in makeNaN() 1037 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand() 1084 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
|
D | APInt.cpp | 2434 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() function in APInt
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 656 if (APInt::tcIsZero(significand, numParts)) in makeNaN() 1142 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand() 1189 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
|
D | APInt.cpp | 2366 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() function in APInt
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1410 static bool tcIsZero(const integerPart *, unsigned int);
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1620 static bool tcIsZero(const integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1598 static bool tcIsZero(const integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1832 static bool tcIsZero(const WordType *, unsigned);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 721 if (APInt::tcIsZero(significand, numParts)) in makeNaN() 1143 else if (APInt::tcIsZero(dividend, partsCount)) in divideSignificand() 1182 assert(!APInt::tcIsZero(significandParts(), partsCount)); in shiftSignificandLeft()
|
D | APInt.cpp | 2208 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2340 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero() function in APInt
|