ΒΆllvm::OverflowResult computeOverflowForSignedMul(
    const llvm::Value* LHS,
    const llvm::Value* RHS,
    const llvm::DataLayout& DL,
    llvm::AssumptionCache* AC,
    const llvm::Instruction* CxtI,
    const llvm::DominatorTree* DT,
    bool UseInstrInfo = true)

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

Parameters

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