Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h240 Value *SimplifyInsertValueInst(Value *Agg, Value *Val,
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3547 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() function
3574 Value *llvm::SimplifyInsertValueInst( in SimplifyInsertValueInst() function in llvm
3578 return ::SimplifyInsertValueInst(Agg, Val, Idxs, Query(DL, TLI, DT, AC, CxtI), in SimplifyInsertValueInst()
4053 Result = SimplifyInsertValueInst(IV->getAggregateOperand(), in SimplifyInstruction()