Home
last modified time | relevance | path

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

/freebsd/contrib/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
75 if (auto Product = checkedMul(A, B)) in checkedMulAdd()