Home
last modified time | relevance | path

Searched defs:smul_ov (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1930 APInt APInt::smul_ov(const APInt &RHS, bool &Overflow) const { smul_ov() function in APInt
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp3159 TEST(APIntTest,smul_ov) TEST() argument