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

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2588 /// SimplifyInsertValueInst - Given operands for an InsertValueInst, see if we
2590 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, function
2617 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, function in class:llvm
2622 return ::SimplifyInsertValueInst(Agg, Val, Idxs, Query (TD, TLI, DT),
2850 Result = SimplifyInsertValueInst(IV->getAggregateOperand(),

Completed in 77 milliseconds