Home
last modified time | relevance | path

Searched refs:simplifyInsertElementInst (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h104 return simplifyInsertElementInst(Vec, NewElt, Idx, SQ); in FoldInsertElement()
H A DInstructionSimplify.h258 Value *simplifyInsertElementInst(Value *Vec, Value *Elt, Value *Idx,
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1503 if (auto *V = simplifyInsertElementInst( in visitInsertElementInst()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4700 Value *llvm::simplifyInsertElementInst(Value *Vec, Value *Val, Value *Idx, in simplifyInsertElementInst() function in llvm
6398 Result = simplifyInsertElementInst(NewOps[0], NewOps[1], NewOps[2], Q); in simplifyInstructionWithOperands()