Home | History | Annotate | Download | only in Frontend

Lines Matching full:curvalue

2053     uint64_t CurValue;
2056 ModuleSignature() : CurBit(0), CurValue(0) { }
2067 CurValue |= Value << CurBit;
2074 Data.push_back(CurValue);
2077 CurValue = Value >> (64-CurBit);
2079 CurValue = 0;
2087 Data.push_back(CurValue);
2089 CurValue = 0;