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

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInstructionSimplify.cpp2273 /// SimplifyInsertValueInst - Given operands for an InsertValueInst, see if we
2275 Value *llvm::SimplifyInsertValueInst(Value *Agg, Value *Val, function in class:llvm
2506 Result = SimplifyInsertValueInst(IV->getAggregateOperand(),
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3607 static Value *SimplifyInsertValueInst(Value *Agg, Value *Val, function
3634 Value *llvm::SimplifyInsertValueInst( function in class:llvm
3638 return ::SimplifyInsertValueInst(Agg, Val, Idxs, Query(DL, TLI, DT, AC, CxtI),
4197 Result = SimplifyInsertValueInst(IV->getAggregateOperand(),

Completed in 53 milliseconds