Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp6074 Value *PrevTo = To; in BuildSubAggregate() local
6080 while (PrevTo != OrigTo) { in BuildSubAggregate()
6081 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate()
6082 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()