Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1782 uint64_t lhsValue = LHS.U.pVal[0]; in udivrem() local
1784 Quotient = lhsValue / rhsValue; in udivrem()
1785 Remainder = lhsValue % rhsValue; in udivrem()
1847 uint64_t lhsValue = LHS.U.pVal[0]; in udivrem() local
1848 Quotient = lhsValue / RHS; in udivrem()
1849 Remainder = lhsValue % RHS; in udivrem()