Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1829 static int tcDivide(WordType *lhs, const WordType *rhs, WordType *remainder,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2634 int APInt::tcDivide(WordType *lhs, const WordType *rhs, in tcDivide() function in APInt