Searched refs:SimplifyInsertElementInst (Results 1 – 3 of 3) sorted by relevance
243 Value *SimplifyInsertElementInst(Value *Vec, Value *Elt, Value *Idx,
1347 if (auto *V = SimplifyInsertElementInst( in visitInsertElementInst()
4406 Value *llvm::SimplifyInsertElementInst(Value *Vec, Value *Val, Value *Idx, in SimplifyInsertElementInst() function in llvm5929 Result = SimplifyInsertElementInst(IE->getOperand(0), IE->getOperand(1), in SimplifyInstruction()