Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CurValue

1849     uint64_t CurValue;
1852 ModuleSignature() : CurBit(0), CurValue(0) { }
1863 CurValue |= Value << CurBit;
1870 Data.push_back(CurValue);
1873 CurValue = Value >> (64-CurBit);
1875 CurValue = 0;
1883 Data.push_back(CurValue);
1885 CurValue = 0;