Home
last modified time | relevance | path

Searched refs:PrevTo (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1330 Value *PrevTo = To; in BuildSubAggregate() local
1336 while (PrevTo != OrigTo) { in BuildSubAggregate()
1337 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate()
1338 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()
/external/llvm/lib/Analysis/
DValueTracking.cpp2606 Value *PrevTo = To; in BuildSubAggregate() local
2612 while (PrevTo != OrigTo) { in BuildSubAggregate()
2613 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate()
2614 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DValueTracking.cpp3000 Value *PrevTo = To; in BuildSubAggregate() local
3006 while (PrevTo != OrigTo) { in BuildSubAggregate()
3007 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate()
3008 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()