Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4121 Value *PrevTo = To; in BuildSubAggregate() local
4127 while (PrevTo != OrigTo) { in BuildSubAggregate()
4128 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate()
4129 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()