Searched refs:SimplifyInsertValueInst (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 240 Value *SimplifyInsertValueInst(Value *Agg, Value *Val,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3547 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()
|