Home
last modified time | relevance | path

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/
DAPInt.h1626 static integerPart tcAdd(integerPart *, const integerPart *,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1924 static WordType tcAdd(WordType *, const WordType *,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp198 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
DAPFloat.cpp973 return APInt::tcAdd(parts, rhs.significandParts(), 0, partCount()); in addSignificand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2436 APInt::tcAdd(integerPart *dst, const integerPart *rhs, in tcAdd() function in APInt