Searched refs:ThisValue (Results 1 – 4 of 4) sorted by relevance
48 const StringRef &operator*() const { return ThisValue; }49 StringRef &operator*() { return ThisValue; }63 StringRef ThisValue; variable
164 auto EC = Extract(IterRef, ThisLen, ThisValue); in VarStreamArrayIterator()193 return ThisValue;198 return ThisValue;213 auto EC = Extract(IterRef, ThisLen, ThisValue);241 ValueType ThisValue; variable
119 ThisValue = ""; in setValue()129 ThisValue = *ExpectedValue; in setValue()
1472 SDValue ThisValue = Bits[i].hasValue() ? Bits[i].getValue() : SDValue(); in collectBitGroups() local1473 if (LateMask && !ThisValue) { in collectBitGroups()1474 ThisValue = LastValue; in collectBitGroups()1491 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()1494 if (!(IsGroupOfZeros && ThisValue && !Bits[i].isZero())) in collectBitGroups()1501 LastValue = ThisValue; in collectBitGroups()