Searched refs:OldValuePhi (Results 1 – 1 of 1) sorted by relevance
557 PHINode *OldValuePhi = nullptr; in buildScanIteratively() local559 OldValuePhi = B.CreatePHI(Ty, 2, "OldValuePhi"); in buildScanIteratively()560 OldValuePhi->addIncoming(PoisonValue::get(Ty), EntryBB); in buildScanIteratively()580 {Accumulator, LaneIdxInt, OldValuePhi}); in buildScanIteratively()581 OldValuePhi->addIncoming(OldValue, ComputeLoop); in buildScanIteratively()