Home
last modified time | relevance | path

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

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