Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dbuiltins-overflow.cpp89 constexpr Result<int> smul(int lhs, int rhs) { in smul() function
/llvm-project/mlir/lib/Interfaces/Utils/
H A DInferIntRangeCommon.cpp260 ConstArithStdFn smul = [=](const APInt &a, in inferMul() local