Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1812 static int tcMultiply(WordType *, const WordType *, const WordType *,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp240 tcMultiply(Result.U.pVal, U.pVal, RHS.U.pVal, getNumWords()); in operator *()
2594 int APInt::tcMultiply(WordType *dst, const WordType *lhs, in tcMultiply() function in APInt