Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h64 std::enable_if_t<std::is_signed_v<T>, std::optional<T>> checkedMul(T LHS, in checkedMul() function
/llvm-project/mlir/include/mlir/ExecutionEngine/SparseTensor/
H A DArithmeticUtils.h123 inline uint64_t checkedMul(uint64_t lhs, uint64_t rhs) { in checkedMul() function