Searched refs:simplifyInsertElementInst (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 106 return simplifyInsertElementInst(Vec, NewElt, Idx, SQ); in FoldInsertElement()
|
| H A D | InstructionSimplify.h | 182 LLVM_ABI Value *simplifyInsertElementInst(Value *Vec, Value *Elt, Value *Idx,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1689 if (auto *V = simplifyInsertElementInst( in visitInsertElementInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5184 Value *llvm::simplifyInsertElementInst(Value *Vec, Value *Val, Value *Idx, in simplifyInsertElementInst() function in llvm 7198 return simplifyInsertElementInst(NewOps[0], NewOps[1], NewOps[2], Q); in simplifyInstructionWithOperands()
|