Home
last modified time | relevance | path

Searched refs:SimplifyInsertElementInst (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h259 Value *SimplifyInsertElementInst(Value *Vec, Value *Elt, Value *Idx,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1407 if (auto *V = SimplifyInsertElementInst( in visitInsertElementInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4478 Value *llvm::SimplifyInsertElementInst(Value *Vec, Value *Val, Value *Idx, in SimplifyInsertElementInst() function in llvm
6185 Result = SimplifyInsertElementInst(NewOps[0], NewOps[1], NewOps[2], Q); in simplifyInstructionWithOperands()