Searched refs:simplifyInsertElementInst (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 104 return simplifyInsertElementInst(Vec, NewElt, Idx, SQ); in FoldInsertElement()
|
| H A D | InstructionSimplify.h | 262 Value *simplifyInsertElementInst(Value *Vec, Value *Elt, Value *Idx,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1588 if (auto *V = simplifyInsertElementInst( in visitInsertElementInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4903 Value *llvm::simplifyInsertElementInst(Value *Vec, Value *Val, Value *Idx, in simplifyInsertElementInst() function in llvm 6668 return simplifyInsertElementInst(NewOps[0], NewOps[1], NewOps[2], Q); in simplifyInstructionWithOperands()
|