Searched refs:QuotVal (Results 1 – 2 of 2) sorted by relevance
1794 uint64_t QuotVal = LHS.U.VAL / RHS.U.VAL; in udivrem() local1796 Quotient = APInt(BitWidth, QuotVal); in udivrem()1864 uint64_t QuotVal = LHS.U.VAL / RHS; in udivrem() local1866 Quotient = APInt(BitWidth, QuotVal); in udivrem()
1905 uint64_t QuotVal = LHS.VAL / RHS.VAL; in udivrem() local1907 Quotient = APInt(LHS.BitWidth, QuotVal); in udivrem()