Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:LastValue

1042     SDValue LastValue = Bits[0].hasValue() ? Bits[0].getValue() : SDValue();
1048 ThisValue = LastValue;
1058 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue)
1061 if (LastValue.getNode())
1062 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx,
1065 LastValue = ThisValue;
1068 if (LastValue.getNode())
1069 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx,