Searched refs:rhsValue (Results 1 – 1 of 1) sorted by relevance
1977 uint64_t rhsValue = RHS.isSingleWord() ? RHS.VAL : RHS.pVal[0]; in udivrem() local1978 Quotient = APInt(LHS.getBitWidth(), lhsValue / rhsValue); in udivrem()1979 Remainder = APInt(LHS.getBitWidth(), lhsValue % rhsValue); in udivrem()