Searched refs:QuotVal (Results 1 – 1 of 1) sorted by relevance
1766 uint64_t QuotVal = LHS.U.VAL / RHS.U.VAL; in udivrem() local1768 Quotient = APInt(BitWidth, QuotVal); in udivrem()1836 uint64_t QuotVal = LHS.U.VAL / RHS; in udivrem() local1838 Quotient = APInt(BitWidth, QuotVal); in udivrem()