Searched refs:simplifyInsertValueInst (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | InstSimplifyFolder.h | 95 return simplifyInsertValueInst(Agg, Val, IdxList, SQ); in FoldInsertValue()
|
| H A D | InstructionSimplify.h | 254 Value *simplifyInsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4667 static Value *simplifyInsertValueInst(Value *Agg, Value *Val, in simplifyInsertValueInst() function 4694 Value *llvm::simplifyInsertValueInst(Value *Agg, Value *Val, in simplifyInsertValueInst() function in llvm 4697 return ::simplifyInsertValueInst(Agg, Val, Idxs, Q, RecursionLimit); in simplifyInsertValueInst() 6394 Result = simplifyInsertValueInst(NewOps[0], NewOps[1], IV->getIndices(), Q); in simplifyInstructionWithOperands()
|