Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h55 std::enable_if_t<std::is_signed_v<T>, std::optional<T>> checkedSub(T LHS, in checkedSub() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h520 std::optional<int32_t> MaybeLargestIndex = checkedSub(LargestKey, Key); in insertMember()