ΒΆllvm::Value* SimplifyInsertElementInst(
    llvm::Value* Vec,
    llvm::Value* Elt,
    llvm::Value* Idx,
    const llvm::SimplifyQuery& Q)

Description

Given operands for an InsertElement, fold the result or return null.

Declared at: llvm/include/llvm/Analysis/InstructionSimplify.h:217

Parameters

llvm::Value* Vec
llvm::Value* Elt
llvm::Value* Idx
const llvm::SimplifyQuery& Q