Searched defs:umul_ov (Results 1 – 2 of 2) sorted by relevance
1998 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
1821 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function