Searched defs:smul (Results 1 – 2 of 2) sorted by relevance
89 constexpr Result<int> smul(int lhs, int rhs) { in smul() function
260 ConstArithStdFn smul = [=](const APInt &a, in inferMul() local