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