Searched refs:LastValue (Results 1 – 2 of 2) sorted by relevance
388 : ExternalSource(Source), LastGeneration(0), LastValue(Value) {} in LazyData()391 T LastValue; member421 LazyVal->LastValue = NewValue; in set()437 return LazyVal->LastValue; in get()445 return LazyVal->LastValue; in getNotUpdated()
986 SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue(); in collectBitGroups() local992 ThisValue = LastValue; in collectBitGroups()1002 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()1005 if (LastValue.getNode()) in collectBitGroups()1006 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()1009 LastValue = ThisValue; in collectBitGroups()1012 if (LastValue.getNode()) in collectBitGroups()1013 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()