Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPInt.cpp1968 uint64_t rhsValue = RHS.isSingleWord() ? RHS.VAL : RHS.pVal[0]; in udivrem() local
1969 Quotient = APInt(LHS.getBitWidth(), lhsValue / rhsValue); in udivrem()
1970 Remainder = APInt(LHS.getBitWidth(), lhsValue % rhsValue); in udivrem()