Searched refs:QuotVal (Results 1 – 1 of 1) sorted by relevance
1736 uint64_t QuotVal = LHS.U.VAL / RHS.U.VAL; in udivrem() local1738 Quotient = APInt(BitWidth, QuotVal); in udivrem()1806 uint64_t QuotVal = LHS.U.VAL / RHS; in udivrem() local1808 Quotient = APInt(BitWidth, QuotVal); in udivrem()