ΒΆllvm::OverflowResult computeOverflowForSignedAdd(
    const llvm::Value* LHS,
    const llvm::Value* RHS,
    const llvm::DataLayout& DL,
    llvm::AssumptionCache* AC = nullptr,
    const llvm::Instruction* CxtI = nullptr,
    const llvm::DominatorTree* DT = nullptr)

Declared at: llvm/include/llvm/Analysis/ValueTracking.h:539

Parameters

const llvm::Value* LHS
const llvm::Value* RHS
const llvm::DataLayout& DL
llvm::AssumptionCache* AC = nullptr
const llvm::Instruction* CxtI = nullptr
const llvm::DominatorTree* DT = nullptr