Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp3899 Value *PrevTo = To; in BuildSubAggregate() local
3905 while (PrevTo != OrigTo) { in BuildSubAggregate()
3906 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate()
3907 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()