Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCheckedArithmetic.h48 checkedAdd(T LHS, T RHS) { in checkedAdd() function
77 return checkedAdd(*Product, C); in checkedMulAdd()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp574 llvm::Optional<int64_t> signed_sum = llvm::checkedAdd(SInt(x), SInt(y)); in AddWithCarry()
577 overflow |= !llvm::checkedAdd(*signed_sum, SInt(carry_in)); in AddWithCarry()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h612 Optional<int32_t> MaybeKey = checkedAdd(Index, SmallestKey); in insertMember()
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp209 Optional<int64_t> Result = checkedAdd<int64_t>(LeftValue, RightValue); in operator +()