Searched refs:tcMultiply (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1468 static int tcMultiply(integerPart *, const integerPart *,
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1674 static int tcMultiply(integerPart *, const integerPart *, const integerPart *,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1652 static int tcMultiply(integerPart *, const integerPart *, const integerPart *,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1890 static int tcMultiply(WordType *, const WordType *, const WordType *,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 236 tcMultiply(Result.U.pVal, U.pVal, RHS.U.pVal, getNumWords()); in operator *() 2475 int APInt::tcMultiply(WordType *dst, const WordType *lhs, in tcMultiply() function in APInt
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2638 APInt::tcMultiply(integerPart *dst, const integerPart *lhs, in tcMultiply() function in APInt
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 2706 APInt::tcMultiply(integerPart *dst, const integerPart *lhs, in tcMultiply() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2612 APInt::tcMultiply(integerPart *dst, const integerPart *lhs, in tcMultiply() function in APInt
|