Searched refs:SimplifyInsertElementInst (Results 1 – 3 of 3) sorted by relevance
259 Value *SimplifyInsertElementInst(Value *Vec, Value *Elt, Value *Idx,
1407 if (auto *V = SimplifyInsertElementInst( in visitInsertElementInst()
4478 Value *llvm::SimplifyInsertElementInst(Value *Vec, Value *Val, Value *Idx, in SimplifyInsertElementInst() function in llvm6185 Result = SimplifyInsertElementInst(NewOps[0], NewOps[1], NewOps[2], Q); in simplifyInstructionWithOperands()