Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1967 static int tcMultiply(WordType *, const WordType *, const WordType *,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp237 tcMultiply(Result.U.pVal, U.pVal, RHS.U.pVal, getNumWords()); in operator *()
2628 int APInt::tcMultiply(WordType *dst, const WordType *lhs, in tcMultiply() function in APInt