Searched refs:tcMultiply (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1652 static int tcMultiply(integerPart *, const integerPart *, const integerPart *,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1954 static int tcMultiply(WordType *, const WordType *, const WordType *,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 237 tcMultiply(Result.U.pVal, U.pVal, RHS.U.pVal, getNumWords()); in operator *() 2629 int APInt::tcMultiply(WordType *dst, const WordType *lhs, in tcMultiply() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2597 APInt::tcMultiply(integerPart *dst, const integerPart *lhs, in tcMultiply() function in APInt
|