Searched refs:OldValuePhi (Results 1 – 1 of 1) sorted by relevance
575 PHINode *OldValuePhi = nullptr; in buildScanIteratively() local577 OldValuePhi = B.CreatePHI(Ty, 2, "OldValuePhi"); in buildScanIteratively()578 OldValuePhi->addIncoming(PoisonValue::get(Ty), EntryBB); in buildScanIteratively()598 {Accumulator, LaneIdxInt, OldValuePhi}); in buildScanIteratively()599 OldValuePhi->addIncoming(OldValue, ComputeLoop); in buildScanIteratively()