Searched refs:PrevExpr (Results 1 – 2 of 2) sorted by relevance
4316 SmallVectorImpl<uint8_t> *PrevExpr = nullptr; in translateInputToOutputLocationList() local4352 if (StartAddress == PrevEndAddress && Entry.Expr == *PrevExpr) { in translateInputToOutputLocationList()4359 PrevExpr = &OutputLL.back().Expr; in translateInputToOutputLocationList()4374 PrevExpr = nullptr; in translateInputToOutputLocationList()4376 if (Entry.LowPC <= PrevEndAddress && *PrevExpr == Entry.Expr) { in translateInputToOutputLocationList()4384 PrevExpr = &MergedLL.back().Expr; in translateInputToOutputLocationList()
2981 const SCEV *PrevExpr = SE.getSCEV(PrevIV); in ChainInstruction() local2982 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); in ChainInstruction()