Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DInstructionSimplify.h165 Value *SimplifyInsertElementInst(Value *Vec, Value *Elt, Value *Idx,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp786 if (auto *V = SimplifyInsertElementInst( in visitInsertElementInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4013 Value *llvm::SimplifyInsertElementInst(Value *Vec, Value *Val, Value *Idx, in SimplifyInsertElementInst() function in llvm
5016 Result = SimplifyInsertElementInst(IE->getOperand(0), IE->getOperand(1), in SimplifyInstruction()