Home
last modified time | relevance | path

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

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