Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5454 Value *PrevTo = To; in BuildSubAggregate() local
5460 while (PrevTo != OrigTo) { in BuildSubAggregate()
5461 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate()
5462 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()