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

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

Completed in 110 milliseconds