Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDValueTracking.cpp3467 Value *PrevTo = To; in BuildSubAggregate() local
3473 while (PrevTo != OrigTo) { in BuildSubAggregate()
3474 InsertValueInst* Del = cast<InsertValueInst>(PrevTo); in BuildSubAggregate()
3475 PrevTo = Del->getAggregateOperand(); in BuildSubAggregate()