Home
last modified time | relevance | path

Searched refs:tcMultiply (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1768 static int tcMultiply(WordType *, const WordType *, const WordType *,
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp231 tcMultiply(Result.U.pVal, U.pVal, RHS.U.pVal, getNumWords()); in operator *()
2579 int APInt::tcMultiply(WordType *dst, const WordType *lhs, in tcMultiply() function in APInt