Home
last modified time | relevance | path

Searched refs:SimplifyInsertValueInst (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h202 Value *SimplifyInsertValueInst(Value *Agg, Value *Val, ArrayRef<unsigned> Idxs,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4168 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() function
4195 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() function in llvm
4198 return ::SimplifyInsertValueInst(Agg, Val, Idxs, Q, RecursionLimit); in SimplifyInsertValueInst()
5297 Result = SimplifyInsertValueInst(IV->getAggregateOperand(), in SimplifyInstruction()