Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h200 Value *SimplifyInsertValueInst(Value *Agg, Value *Val,
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2801 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() function
2828 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() function in llvm
2833 return ::SimplifyInsertValueInst(Agg, Val, Idxs, Query (DL, TLI, DT), in SimplifyInsertValueInst()
3156 Result = SimplifyInsertValueInst(IV->getAggregateOperand(), in SimplifyInstruction()