Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DInstSimplifyFolder.h95 return simplifyInsertValueInst(Agg, Val, IdxList, SQ); in FoldInsertValue()
DInstructionSimplify.h258 Value *simplifyInsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInstructionSimplify.cpp4868 static Value *simplifyInsertValueInst(Value *Agg, Value *Val, in simplifyInsertValueInst() function
4897 Value *llvm::simplifyInsertValueInst(Value *Agg, Value *Val, in simplifyInsertValueInst() function in llvm
4900 return ::simplifyInsertValueInst(Agg, Val, Idxs, Q, RecursionLimit); in simplifyInsertValueInst()
6665 return simplifyInsertValueInst(NewOps[0], NewOps[1], IV->getIndices(), Q); in simplifyInstructionWithOperands()