Searched defs:smul_ov (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 1930 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { smul_ov() function in APInt |
/llvm-project/llvm/unittests/ADT/ | ||
H A D | APIntTest.cpp | 3159 TEST(APIntTest,smul_ov) TEST() argument |