Searched defs:SimplifyInsertValueInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2799 /// SimplifyInsertValueInst - Given operands for an InsertValueInst, see if we
2801 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, function
2828 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, function in class:llvm
2833 return ::SimplifyInsertValueInst(Agg, Val, Idxs, Query (DL, TLI, DT),
3156 Result = SimplifyInsertValueInst(IV->getAggregateOperand(),

Completed in 607 milliseconds