Searched refs:tcAdd (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1626 static integerPart tcAdd(integerPart *, const integerPart *,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1924 static WordType tcAdd(WordType *, const WordType *,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 198 tcAdd(U.pVal, RHS.U.pVal, 0, getNumWords()); in operator +=() 2450 APInt::WordType APInt::tcAdd(WordType *dst, const WordType *rhs, in tcAdd() function in APInt
|
D | APFloat.cpp | 973 return APInt::tcAdd(parts, rhs.significandParts(), 0, partCount()); in addSignificand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2436 APInt::tcAdd(integerPart *dst, const integerPart *rhs, in tcAdd() function in APInt
|