Searched refs:srhs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 2627 WordType *remainder, WordType *srhs, in tcDivide() argument 2629 assert(lhs != remainder && lhs != srhs && remainder != srhs); in tcDivide() 2639 tcAssign(srhs, rhs, parts); in tcDivide() 2640 tcShiftLeft(srhs, parts, shiftCount); in tcDivide() 2647 int compare = tcCompare(remainder, srhs, parts); in tcDivide() 2649 tcSubtract(remainder, srhs, 0, parts); in tcDivide() 2656 tcShiftRight(srhs, parts, 1); in tcDivide()
|