Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h206 Value *SimplifyInsertElementInst(Value *Vec, Value *Elt, Value *Idx,
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp863 if (auto *V = SimplifyInsertElementInst( in visitInsertElementInst()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4201 Value *llvm::SimplifyInsertElementInst(Value *Vec, Value *Val, Value *Idx, in SimplifyInsertElementInst() function in llvm
5304 Result = SimplifyInsertElementInst(IE->getOperand(0), IE->getOperand(1), in SimplifyInstruction()