Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SimplifyInsertValueInst

2799 /// SimplifyInsertValueInst - Given operands for an InsertValueInst, see if we
2801 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val,
2828 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val,
2833 return ::SimplifyInsertValueInst(Agg, Val, Idxs, Query (DL, TLI, DT),
3156 Result = SimplifyInsertValueInst(IV->getAggregateOperand(),