Searched refs:SimplifyInsertValueInst (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | InstructionSimplify.h | 131 Value *SimplifyInsertValueInst(Value *Agg, Value *Val,
|
/external/llvm/include/llvm/Analysis/ |
D | InstructionSimplify.h | 241 Value *SimplifyInsertValueInst(Value *Agg, Value *Val,
|
/external/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 3607 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() function 3634 Value *llvm::SimplifyInsertValueInst( in SimplifyInsertValueInst() function in llvm 3638 return ::SimplifyInsertValueInst(Agg, Val, Idxs, Query(DL, TLI, DT, AC, CxtI), in SimplifyInsertValueInst() 4197 Result = SimplifyInsertValueInst(IV->getAggregateOperand(), in SimplifyInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 2275 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, in SimplifyInsertValueInst() function in llvm 2506 Result = SimplifyInsertValueInst(IV->getAggregateOperand(), in SimplifyInstruction()
|