Searched defs:umul_ov (Results 1 – 5 of 5) sorted by relevance
1927 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
2051 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
2025 APInt APInt::umul_ov(const APInt &RHS, bool &Overflow) const { in umul_ov() function in APInt
2382 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function
2791 static uint64_t umul_ov(uint64_t i, uint64_t j, bool &Overflow) { in umul_ov() function