Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1819 uint64_t rhsValue = RHS.U.pVal[0]; in udivrem() local
1820 Quotient = lhsValue / rhsValue; in udivrem()
1821 Remainder = lhsValue % rhsValue; in udivrem()