Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h243 Value *SimplifyInsertElementInst(Value *Vec, Value *Elt, Value *Idx,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1347 if (auto *V = SimplifyInsertElementInst( in visitInsertElementInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4406 Value *llvm::SimplifyInsertElementInst(Value *Vec, Value *Val, Value *Idx, in SimplifyInsertElementInst() function in llvm
5929 Result = SimplifyInsertElementInst(IE->getOperand(0), IE->getOperand(1), in SimplifyInstruction()