Searched refs:CurValue (Results 1 – 3 of 3) sorted by relevance
35 uint32_t CurValue; variable86 : Out(O), CurBit(0), CurValue(0), CurCodeSize(2) {} in BitstreamWriter()118 CurValue |= Val << CurBit; in Emit()125 WriteWord(CurValue); in Emit()128 CurValue = Val >> (32-CurBit); in Emit()130 CurValue = 0; in Emit()145 WriteWord(CurValue); in FlushToWord()147 CurValue = 0; in FlushToWord()
936 auto *CurValue = findValueOrDie(Node); in buildSetsFrom() local937 if (canSkipAddingToSets(CurValue)) in buildSetsFrom()952 Added = Builder.addAbove(CurValue, OtherValue); in buildSetsFrom()955 Added = Builder.addBelow(CurValue, OtherValue); in buildSetsFrom()958 Added = Builder.addWith(CurValue, OtherValue); in buildSetsFrom()963 if (auto MaybeCurIndex = valueToAttrIndex(CurValue)) in buildSetsFrom()967 Builder.noteAttributes(CurValue, Aliasing); in buildSetsFrom()
2053 uint64_t CurValue; member in __anonffbf1ee00111::ModuleSignature2056 ModuleSignature() : CurBit(0), CurValue(0) { } in ModuleSignature()2067 CurValue |= Value << CurBit; in add()2074 Data.push_back(CurValue); in add()2077 CurValue = Value >> (64-CurBit); in add()2079 CurValue = 0; in add()2087 Data.push_back(CurValue); in flush()2089 CurValue = 0; in flush()